update component
This commit is contained in:
parent
bab4c1f803
commit
be5999be7a
|
|
@ -229,7 +229,7 @@ COMMENT ON COLUMN page.operate_at IS '操作时间';
|
|||
-- DROP TABLE IF EXISTS component;
|
||||
CREATE TABLE component (
|
||||
id SERIAL PRIMARY KEY,
|
||||
global_uuid UUID DEFAULT uuid_generate_v4(),
|
||||
global_uuid UUID NOT NULL DEFAULT gen_random_uuid(),
|
||||
visible_id VARCHAR(50) NOT NULL DEFAULT '',
|
||||
comment VARCHAR(500) NOT NULL DEFAULT '',
|
||||
name VARCHAR(50) NOT NULL DEFAULT '', -- 可见字符即可
|
||||
|
|
|
|||
Loading…
Reference in New Issue