-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to create table #99
Comments
What do you mean log in with A/B account? are you talking about closing a database and opening another one? |
Hello,
|
|
There will be a new release within the next couple of days which should address this issue. Sorry for any inconvenience, this is a relatively unused part of the ORM. |
Is the solve this issue? I am make IM app, when turn the account needs recreate the database file and the tables of the entities. |
Hello,
I want to use SharkORM to create a chat history table. I created two objects, a NLMessageModel and a NLChatSessionModel. When I log in with A account, I receive a message store that is normal.But when I switch the B account, the message store reports an error.
for example
error msg = 'no such table: NLMessageModel'
Any ideas ? Many thanks in advance
The text was updated successfully, but these errors were encountered: