Skip to content

Commit

Permalink
[update]更新db init定义
Browse files Browse the repository at this point in the history
  • Loading branch information
comprel committed Mar 31, 2021
1 parent c4044d9 commit 28f5ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ CREATE TABLE `resource` (
`extend_info` text NOT NULL,
`resource_property` text NOT NULL,
`resource_output` text,
`data_source_name` varchar(64) NOT NULL,
`data_source_argument` varchar(64) NOT NULL,
`data_source_name` varchar(64) DEFAULT NULL,
`data_source_argument` varchar(64) DEFAULT NULL,
`data_source` text,
`data_source_output` varchar(2048) DEFAULT NULL,
`is_locked` tinyint(1) DEFAULT '0',
Expand Down

0 comments on commit 28f5ade

Please sign in to comment.