Create 1731556144_create_ufutx_s2_supplier.up.sql
This commit is contained in:
parent
68a0c04ed8
commit
e98bfab288
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