gas-stack/pkg/schema/lint/test_schemas/failure-non-integer-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
94 B
SQL

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