(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.
(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.