Issue with schema migration on neon
Hi, I want to migrate schema of my database. I have a table called "tokens" to which I want to add two columns. I'm running the following command:
And this is the config file:
After I run the command a new file gets generated and it's the following:
But I already have a tokens table in my neon db, so why is the drizzle-kit generating this? I can't do much with this query since the table in question already exists. Shouldn't it be an alter statement instead?
Thank you
0 Replies