nest-blog-api
nest-blog-api copied to clipboard
How to add new column in table
I added one new column in user table i.e. address, after added this column on console show what added column but in database table is not updated. So my question is if i want added column how can I do this? is there any migration method?
You were able to find any solution for this issue?
@skaka0190 @scristian9 I'm sorry for responding this late. I have been away from his repo and I just saw this.
I wrote an article about how to add migration to a Nest project here
I hope this help, but if you have further questions about the topic let me know.