You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: DatabaseError: SqliteError
alter table Payment add column referenceType text not null - Cannot add a NOT NULL column with default value NULL
Stack:
SqliteError: alter table `Payment` add column `referenceType` text not null - Cannot add a NOT NULL column with default value NULL
at Function.get (/Users/abdallah/Desktop/Developer/Accounting/books/node_modules/knex/lib/knex-builder/make-knex.js:43:26)
at DatabaseCore.
The text was updated successfully, but these errors were encountered:
Either stop marking the field as required, and update code to gracefully handle NULL values, or provide a default value, or find a way to migrate the data and programatically provide the value for this field
mildred
changed the title
cannot find my company data
alter table Payment add column referenceType text not null - Cannot add a NOT NULL column with default value NULL
Dec 3, 2023
Description
Add some description...Steps to Reproduce
Add steps to reproduce the error...Info
Error: DatabaseError: SqliteError
alter table
Payment
add columnreferenceType
text not null - Cannot add a NOT NULL column with default value NULLStack:
The text was updated successfully, but these errors were encountered: