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
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
I created new models and ran migrations, when i try to view the model through the admin page i see the table does not exist error. I have even ran syncdb along with migrate and it still did not resolve this issue.
(1146, 'target: lorem.-.primary: vttablet: rpc error: code = NotFound desc = Table \'lorem.lorem_paraphrase\' doesn\'t exist (errno 1146) (sqlstate 42S02) (CallerID: planetscale-admin): Sql: "select COUNT(*) as __count from lorem_paraphrase", BindVars: {}')I created new models and ran migrations, when i try to view the model through the admin page i see the table does not exist error. I have even ran syncdb along with migrate and it still did not resolve this issue.