Closed ahbeeahkao closed 1 month ago
@ahbeeahkao demo usage and creation seems to work for me, do you have any steps I can use to reproduce the issue so I can replicate and fix it?
This was probably a demo database created from an older version which did not have these columns in the schema. Similar to #777
closing due to inactivity
Description
Add some description...
Steps to Reproduce
Add steps to reproduce the error...
Info
Error: DatabaseError: SqliteError create table
CustomForm
(name
text not null,createdBy
text not null,modifiedBy
text not null,created
datetime not null,modified
datetime not null, primary key (name
)) - tableCustomForm
already existsStack: