I am trying to change the database table prefix and schema for ABP.IO (https://www.abp.io/). I have found two properties for it but not sure where to change to affect everything. Does anyone have an idea?
The properties:
Volo.Abp.Data.AbpCommonDbProperties.DbTablePrefix
Volo.Abp.Data.AbpCommonDbProperties.DbSchema
You can find them under YourProject.Domain project, YourProjectDbProperties.cs file.