mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
3 lines
309 B
MySQL
3 lines
309 B
MySQL
|
|
|
||
|
|
CREATE TABLE "pi_notification" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "name" varchar(100) NOT NULL, "type" varchar(100) NOT NULL, "setting" text, "create_time" datetime NOT NULL DEFAULT (CURRENT_TIMESTAMP), "update_time" datetime NOT NULL DEFAULT (CURRENT_TIMESTAMP));
|