Merge branch 'main' of https://gitea.ufutx.net/ufutx/migrate
This commit is contained in:
commit
d9fe0a87d3
6
1731556144_create_ufutx_s2_supplier.up.sql
Normal file
6
1731556144_create_ufutx_s2_supplier.up.sql
Normal file
@ -0,0 +1,6 @@
|
||||
CREATE TABLE `ufutx_s2_supplier` (
|
||||
`id` bigint(20) UNSIGNED PRIMARY KEY NOT NULL AUTO_INCREMENT COMMENT '供应商id',
|
||||
`name` varchar(256) NOT NULL COMMENT '供应商简称',
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
`updated_at` timestamp NULL DEFAULT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='新供应商列表';
|
Loading…
Reference in New Issue
Block a user