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
java.lang.RuntimeException: Unable to create application com.github.pierry.backeasy.BackeasyApp: android.database.sqlite.SQLiteException: near "Order": syntax error (code 1): , while compiling: CREATE TABLE IF NOT EXISTS Order (Id INTEGER PRIMARY KEY AUTOINCREMENT, CreateDate TEXT, User INTEGER REFERENCES User(Id) ON DELETE NO ACTION ON UPDATE NO ACTION);
appears on start, not reaching main view
The text was updated successfully, but these errors were encountered:
java.lang.RuntimeException: Unable to create application com.github.pierry.backeasy.BackeasyApp: android.database.sqlite.SQLiteException: near "Order": syntax error (code 1): , while compiling: CREATE TABLE IF NOT EXISTS Order (Id INTEGER PRIMARY KEY AUTOINCREMENT, CreateDate TEXT, User INTEGER REFERENCES User(Id) ON DELETE NO ACTION ON UPDATE NO ACTION);
appears on start, not reaching main view
The text was updated successfully, but these errors were encountered: