add scrren ingo
This commit is contained in:
parent
b219da3e2a
commit
35befe8061
8
1735782617_create_screen_info.up.sql
Normal file
8
1735782617_create_screen_info.up.sql
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
CREATE TABLE `ufutx_screen_info`(
|
||||||
|
`id` bigint(20) UNSIGNED PRIMARY KEY NOT NULL AUTO_INCREMENT,
|
||||||
|
`title` varchar(191) NOT NULL comment "标题",
|
||||||
|
`status` tinyInt(4) default 0 comment "状态 0:禁用,1:启用",
|
||||||
|
`created_at` timestamp null default null,
|
||||||
|
`updated_at` timestamp null default null,
|
||||||
|
`deleted_at` timestamp null default null
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user