mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
8 lines
277 B
SQL
8 lines
277 B
SQL
CREATE TABLE `issue3754` (
|
|
id int(11) NOT NULL,
|
|
name varchar(45) DEFAULT NULL,
|
|
create_at datetime(0) DEFAULT NULL,
|
|
update_at datetime(0) DEFAULT NULL,
|
|
delete_at datetime(0) DEFAULT NULL,
|
|
PRIMARY KEY (id)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |