Is TablePrefix required for Sqlpersistence?

Hello,

We noticed that the Sql Persistence is adding a table prefix for it’s tables. If we set the prefix to be an empty string can this cause any problems?

Hi @behrygood1982,

If you remove the table prefix by setting it to an empty string, then you run the risk of multiple endpoints all using the same tables, which is not supported. Each endpoint needs its own set of tables to work properly.