File tree Expand file tree Collapse file tree 2 files changed +40
-47
lines changed
Expand file tree Collapse file tree 2 files changed +40
-47
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ CREATE TABLE `dss_project` (
154154 ` name` varchar (200 ) COLLATE utf8_bin DEFAULT NULL ,
155155 ` source` varchar (50 ) COLLATE utf8_bin DEFAULT NULL COMMENT ' Source of the dss_project' ,
156156 ` description` text COLLATE utf8_bin,
157+ ` workspace_id` bigint (20 ) DEFAULT 1 ,
157158 ` user_id` bigint (20 ) DEFAULT NULL ,
158159 ` create_time` datetime DEFAULT NULL ,
159160 ` create_by` bigint (20 ) DEFAULT NULL ,
@@ -372,6 +373,7 @@ DROP TABLE IF EXISTS `dss_onestop_user_favorites`;
372373CREATE TABLE `dss_onestop_user_favorites ` (
373374 ` id` int (20 ) NOT NULL AUTO_INCREMENT,
374375 ` username` varchar (64 ) DEFAULT NULL ,
376+ ` workspace_id` bigint (20 ) DEFAULT 1 ,
375377 ` menu_application_id` int (20 ) DEFAULT NULL ,
376378 ` order` int (2 ) DEFAULT NULL ,
377379 ` create_by` varchar (255 ) DEFAULT NULL ,
You can’t perform that action at this time.
0 commit comments