mirror of
https://github.com/gogf/gf.git
synced 2025-04-05 03:05:05 +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; |