Skip to content

Table doesnt exist #491

Answered by jgreet
ThiagoUnder asked this question in Q&A
Jun 25, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I answered your support ticket but for anyone else stumbling on to this, that error is correctly saying the table notes doesn't currently exist in the database. fakeep.notes is the same notes table in <database-name>.<table-name> format.

drizzle-kit generate:mysql will create migration files for you, but you'll have to run those migrations against the database before using the new tables:

See https://orm.drizzle.team/kit-docs/overview#running-migrations

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@raming
Comment options

Answer selected by jgreet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants