(This is from a migration, so part of my migration...
# room
k
(This is from a migration, so part of my migration was
ALTER TABLE mytable ADD COLUMN guid TEXT
) Note that I did not define it as NOT NULL (hence “Found: … notNull=false)” in the error.
guid
is intended to be a nullable column.