typescript-express-starter icon indicating copy to clipboard operation
typescript-express-starter copied to clipboard

How do we add new migration?

Open reaganscofield opened this issue 2 years ago • 1 comments

Summary (요약)

assumed that's we already have a table that exists in production, so now we decided to add a new column to that table how do we do this? because it seems like once the table is created and you add a new column on the model it's not gonna going to add that column on the database, in order to archive this we basically need to create a new migration file that will add the column to the existing table.

thank you for the response in advance

reaganscofield avatar Mar 10 '22 17:03 reaganscofield

@reaganscofield

I will answer the question after the investigation.

thank you.

ljlm0402 avatar Mar 15 '22 08:03 ljlm0402