* alter table aimessage.

This commit is contained in:
dingyongliang
2024-02-19 14:35:39 +08:00
parent a12b61bad2
commit 68f38d96ef
+1 -1
View File
@@ -15953,7 +15953,7 @@ CREATE TABLE IF NOT EXISTS `zt_aimessage` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`appID` mediumint(8) unsigned NOT NULL,
`user` mediumint(8) unsigned NOT NULL,
`type` enum('req', 'res') NOT NULL,
`type` enum('req', 'res', 'ntf') NOT NULL,
`content` text NOT NULL,
`createdDate` datetime NOT NULL,
PRIMARY KEY (`id`)