I have downloaded nopcommerce 3.30 and I made some changes in the customer table of the database. I want to use this changes in the Installation script also. Where can I found the Database Table Structures ? In nopcommerce 1.9 database structures are available in an sql script file.
Where can I found the Database Table Structures in 3.30 to make necessary changes ?
There is no method/sql query for Creating tables in nop. Table is created from Domain classes. Its code first approach used here. So Don't worry u not needed to write sql query of your extra fields you created. It will created automatic.
There is no method/sql query for Creating tables in nop. Table is created from Domain classes. Its code first approach used here. So Don't worry u not needed to write sql query of your extra fields you created. It will created automatic.
Thanks for you valuable reply
How can I add a New table and Modify tables with Default Values in Nopcommerce 3.30
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.