1
0
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:
2019-01-15 20:25:37 +08:00
parent d0a4b891b5
commit 3a22e99602
10 changed files with 465 additions and 4 deletions

View File

@@ -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,