DriftRemoteException #3569
AveLexinton
started this conversation in
General
Replies: 1 comment 9 replies
-
You didn't mention that, but I assume the int get schemaVersion => 2;
Which tool did you use for that, was that a separate database? You can use the devtools extension with drift to inspect the database, there's also a button there to validate that the schema is up-to-date. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After running the above code, the compiler reported errors:
I printed the tables in the database, and the table 'accounts' was in it. Why were the errors present?
BTW, where is the sqlite3 .db file on a Android emulator, and how should I issue sql queries against it directly, any tools?
Beta Was this translation helpful? Give feedback.
All reactions