mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 16:00:05 +08:00
5 lines
56 B
MySQL
5 lines
56 B
MySQL
|
create table my_table (
|
||
|
id bigint,
|
||
|
date date
|
||
|
);
|