Skip to content

Commit

Permalink
check ddl
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh committed Nov 27, 2024
1 parent e4b7ee6 commit bb4297d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,8 @@ data:
UNIQUE KEY `instance` (`instance`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

SHOW CREATE TABLE `linkis_cg_manager_service_instance`;

CREATE TABLE IF NOT EXISTS `linkis_cg_manager_linkis_resources` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`max_resource` varchar(1020) COLLATE utf8_bin DEFAULT NULL,
Expand Down

0 comments on commit bb4297d

Please sign in to comment.