账号表增加 creator 字段

pull/26/head
3y 2 years ago
parent bf73a9cbd8
commit 9e32a066df

@ -4,7 +4,7 @@ database austin;
use use
austin; austin;
drop table IF EXISTS message_template
CREATE TABLE `message_template` CREATE TABLE `message_template`
( (
`id` bigint(20) NOT NULL AUTO_INCREMENT, `id` bigint(20) NOT NULL AUTO_INCREMENT,
@ -61,7 +61,7 @@ CREATE TABLE `sms_record`
DEFAULT CHARSET = utf8mb4 DEFAULT CHARSET = utf8mb4
COLLATE = utf8mb4_unicode_ci COMMENT ='短信记录信息'; COLLATE = utf8mb4_unicode_ci COMMENT ='短信记录信息';
drop table IF EXISTS channel_account
CREATE TABLE `channel_account` CREATE TABLE `channel_account`
( (
`id` bigint(20) NOT NULL AUTO_INCREMENT, `id` bigint(20) NOT NULL AUTO_INCREMENT,

Loading…
Cancel
Save