Hi all,
I am trying to add extra fields in the Order table and create a new table with some fields in the database. For adding fields, I modified the Order.cs in Core is no problem, however, it doesn't work for creating a new table which I create new .cs file under domain folder and inherit to BaseEntity and execute below PM script:
1. add-migration xxxx
2. update-databse
There just have the Order update but doesn't work with new table action.
Can anyone help?
Thanks.
Regards,
Eric