1. 统一对应的表字段信息

This commit is contained in:
chenbowen
2026-01-20 09:18:46 +08:00
parent 4595cef06e
commit 6ea48a3b2f
2 changed files with 153 additions and 0 deletions

View File

@@ -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
);