mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
fix: 修正 schema 使其可以运行。
This commit is contained in:
parent
56082a347f
commit
a5fca750c5
@ -4,5 +4,5 @@ CREATE TABLE IF NOT EXISTS `tb_account`
|
|||||||
`user_name` VARCHAR(100),
|
`user_name` VARCHAR(100),
|
||||||
`age` INTEGER,
|
`age` INTEGER,
|
||||||
`birthday` DATETIME,
|
`birthday` DATETIME,
|
||||||
`tenant_id` INTEGER(11)
|
`tenant_id` INTEGER
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user