Skip to content

Commit

Permalink
improve the linkis_ddl.sql in configmap-init-sql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh committed Nov 14, 2024
1 parent 6bed8e2 commit f8fb914
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ data:
`owner` varchar(32) COLLATE utf8_bin DEFAULT NULL,
`mark` varchar(32) COLLATE utf8_bin DEFAULT NULL,
`identifier` varchar(32) COLLATE utf8_bin DEFAULT NULL,
`mapping_host` varchar(128) COLLATE utf8_bin DEFAULT NULL,
`mapping_ports` varchar(128) COLLATE utf8_bin DEFAULT NULL,
`update_time` datetime DEFAULT CURRENT_TIMESTAMP,
`create_time` datetime DEFAULT CURRENT_TIMESTAMP,
`updator` varchar(32) COLLATE utf8_bin DEFAULT NULL,
Expand Down

0 comments on commit f8fb914

Please sign in to comment.