gas-stack/pkg/schema/lint/test_schemas/failure-non-primary-key-rowid.sql
wispem-wantex a6cbbd3b39
Some checks failed
CI / build-docker (push) Successful in 7s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Failing after 31s
tests: add test files for previous commit
2026-01-10 17:06:28 -08:00

5 lines
105 B
SQL

create table withrowidbutnotprimarykey (
rowid integer not null,
a integer primary key
) strict;