This commit is contained in:
Chuck1sn
2025-06-26 15:58:17 +08:00
parent 5494181ae0
commit 09f51fa91f
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
CREATE TABLE mjga.library (
id BIGSERIAL PRIMARY KEY,
name VARCHAR NOT NULL UNIQUE,
desc VARCHAR,
data_count INTEGER NOT NULL DEFAULT 0,
create_time TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP
);