1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 16:00:05 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/sql/create.sql

5 lines
56 B
MySQL
Raw Normal View History

create table my_table (
id bigint,
date date
);