Join Discord
Powered by
Given this migration, the PK is attempting to be a...
# package-development
m
Matt Brailsford
05/31/2022, 8:50 AM
Given this migration, the PK is attempting to be added as an
ALTER TABLE
statement which isn't allowed in SQLite, it must form part of the
CREATE TABLE
statement
https://www.sqlite.org/syntax/table-constraint.html
Previous
Next