Base solution for your next web application
Open Closed

How can I remove 'App' prefix from SQL tables #7177


User avatar
0
[email protected] created
  1. Removed the 'App' prefix from the table attribure

  2. Deleted local db and re-ran migrations project

  3. this is what I see in SQL management studio. App prefix not removed


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Please check if ChangeAbpTablePrefix is called in your code.

    see: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/2382#issuecomment-319448489