Creation of database tables

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 11 años
Hi guys,

I noticed that NOPCommerce uses EF code first. Is it also able to generate database tables on its own ?

If so, which module is responsible for it ?

Cheers
Hace 11 años
wow strange no one knows about it?
Hace 11 años
any suggestions here ?
Hace 11 años
Install controller will take care of this part. it uses Sqlserver.Indexes.sql and Sqlserver.StoredProcedures.sql in the App_Data folder. Install controller using nop.core> webhelper class for constructing queries.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.