mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
5 lines
56 B
MySQL
5 lines
56 B
MySQL
|
|
create table my_table (
|
||
|
|
id bigint,
|
||
|
|
date date
|
||
|
|
);
|