Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Josué Ayala
Explore posts from servers
N
Nuxt
K
Kysely
Posts
Comments
K
Kysely
•
Created by Josué Ayala on 7/10/2023 in
#help
Hey, there a way to update an existing migration/table?
Yup! thanks @Igal
6 replies
K
Kysely
•
Created by Josué Ayala on 7/10/2023 in
#help
Hey, there a way to update an existing migration/table?
Forget it, stupid question, I have discovered
alterTable
alterTable
in the schema module 😊 you can do this
await db.schema.alterTable('users').addColumn('...')
await db.schema.alterTable('users').addColumn('...')
6 replies