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
i get this error, i use sqlite3 [Error: insert into users (created_at, name, updated_at) values ('2024-05-18 11:18:45', 'Abdallah Elhadi', '2024-05-18 11:18:45') returning id - SQLITE_ERROR: no such table: users] {
errno: 1,
code: 'SQLITE_ERROR'
the users table is exist
The text was updated successfully, but these errors were encountered:
Is the database connection information correct?
Or are the added connection names consistent with the model's connection settings?
It would be better to provide more information
i get this error, i use sqlite3 [Error: insert into
users
(created_at
,name
,updated_at
) values ('2024-05-18 11:18:45', 'Abdallah Elhadi', '2024-05-18 11:18:45') returningid
- SQLITE_ERROR: no such table: users] {errno: 1,
code: 'SQLITE_ERROR'
the users table is exist
The text was updated successfully, but these errors were encountered: