mirror of
https://github.com/HuLaSpark/HuLa-Server.git
synced 2026-08-29 00:03:28 +08:00
1.更新微信群二维码
2.更新sql
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 140 KiB |
+2
-2
@@ -188,8 +188,8 @@ CREATE TABLE `ai_gpt_comb` (
|
||||
`price` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '价格',
|
||||
`status` smallint NULL DEFAULT 1 COMMENT '状态 0 禁用 1 启用',
|
||||
`remark` varchar(250) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '' COMMENT '备注',
|
||||
`created_by` bigint NOT NULL COMMENT '创建者',
|
||||
`created_time` datetime NOT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
|
||||
`created_by` bigint DEFAULT 0 NOT NULL COMMENT '创建者',
|
||||
`created_time` datetime DEFAULT (now()) NOT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
|
||||
`updated_by` bigint NULL DEFAULT NULL COMMENT '更新者',
|
||||
`updated_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||||
`is_del` tinyint(1) NOT NULL DEFAULT 0 COMMENT '是否删除',
|
||||
|
||||
Reference in New Issue
Block a user