mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-13 00:56:44 +00:00
add workspace
This commit is contained in:
@@ -64,6 +64,7 @@ function create_table_workspace()
|
||||
`name` varchar(64) NOT NULL,
|
||||
`content` json NOT NULL,
|
||||
`created_at` BIGINT NOT NULL,
|
||||
`updated_at` BIGINT NOT NULL,
|
||||
`virtual_cluster` varchar(64) NOT NULL,
|
||||
INDEX(`virtual_cluster`),
|
||||
`created_by` int NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user