spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/sql/create.sql

5 lines
56 B
MySQL
Raw Normal View History

2024-08-21 14:17:26 +08:00
create table my_table (
id bigint,
date date
);