fix: 修正 schema 使其可以运行。

This commit is contained in:
Suomm 2023-08-10 09:33:06 +08:00
parent 56082a347f
commit a5fca750c5

View File

@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `tb_account`
`user_name` VARCHAR(100),
`age` INTEGER,
`birthday` DATETIME,
`tenant_id` INTEGER(11)
);
`tenant_id` INTEGER
);