[Turso] Undefined primaryKey on push

How can I migrate a schema using Turso (libsql)? When I run drizzle-kit push, I get this error: Cannot read properties of undefined (reading 'primaryKey')

I have also tried to introspect and generate the new SQL script, but I get this error: LibsqlError: SQL_NO_STATEMENT: SQL string does not contain any statement. Is there a way to fix this? Not sure what I should do as a first-time drizzle user
Was this page helpful?