xref: /Universal-ctags/Units/parser-sql.r/comment-as-identifier.d/expected.tags (revision cc3e11269338a7c4b41a21f367938d829c7137a8)
1comment	input.sql	/^create table api.comment ($/;"	t
2id	input.sql	/^  id serial primary key,$/;"	E	table:comment
3body	input.sql	/^  body character varying(250) not null,$/;"	E	table:comment
4created_at	input.sql	/^  created_at timestamptz default now(),$/;"	E	table:comment
5updated_at	input.sql	/^  updated_at timestamptz default now()$/;"	E	table:comment
6