Open kaushalyap opened 1 year ago
DROP TABLE IF EXISTS app_public.tablename CASCADE; -- create table statement column definition id SERIAL PRIMARY KEY, id BIGSERIAL PRIMARY KEY,
[error] syntax error at or near "DROP" [error] syntax error at or near "SERIAL" [error] syntax error at or near "BIGSERIAL"
DB: Postgres 14.3
❯ sql-lint --version 1.0.0
Sample Code:
Errors:
Version Info:
DB: Postgres 14.3