Josué Ayala
Josué Ayala
Explore posts from servers
KKysely
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
KKysely
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