sql: 更新系统菜单,分配语音数据菜单给admin

This commit is contained in:
TsMask
2025-08-01 17:45:18 +08:00
parent de0b81ee01
commit 37e0f0828e
14 changed files with 22 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS `cbc_message` (
`message_json` TEXT,
`status` TEXT DEFAULT 'INACTIVE' CHECK(`status` IN ('ACTIVE', 'INACTIVE')),
`detail` TEXT,
`created_at` INTEGER DEFAULT (strftime('%s', 'now') * 1000000),
`created_at` INTEGER,
`updated_at` INTEGER
);