Given this migration, the PK is attempting to be a...
# package-development
m
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