Merge branch 'dev' into test
This commit is contained in:
@@ -218,6 +218,7 @@ CREATE TABLE databus_api_client_credential (
|
||||
create_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
updater VARCHAR(64) DEFAULT '' NOT NULL,
|
||||
update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
enable_encryption BIT DEFAULT '1' NOT NULL,
|
||||
deleted BIT DEFAULT '0' NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user