laminas-api-tools / api-tools

Laminas API Tools module for Laminas
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

Ability to support database/schema prefixed tables #75

Open michalbundyra opened 4 years ago

michalbundyra commented 4 years ago

Add the ability to ensure database/schema is included in table name.


Originally posted by @ralphschindler at https://github.com/zfcampus/zf-apigility/issues/13

TomHAnderson commented 4 years ago

I strongly prefer table suffix to prefix. How many times has wp_ been typed? Suffix preserves the table name as the preferred identifier.