feat: 更新CC码监管方案业务版文档,新增摘要、UGC专项、直播专项、存量处置、误判申诉、水印嵌入、CC码生命周期、组织保障等章节;同步macode到cccode重命名及其他代码变更
This commit is contained in:
+2
-2
@@ -3,12 +3,12 @@
|
||||
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS macode_cursor (
|
||||
CREATE TABLE IF NOT EXISTS cccode_cursor (
|
||||
segment_key VARCHAR(128) PRIMARY KEY, -- {industryNode}:{orgNode}:{category}
|
||||
cursor BIGINT NOT NULL, -- 已分配的最大序列
|
||||
updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW()
|
||||
);
|
||||
|
||||
COMMENT ON TABLE macode_cursor IS 'MA码号段分配游标,行级原子自增';
|
||||
COMMENT ON TABLE cccode_cursor IS 'CC码号段分配游标,行级原子自增';
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user