Feature Request
| Q |
A |
| New Feature |
yes |
| RFC |
yes |
| BC Break |
yes |
Summary
Currently all entities are designed like the API is supposed to be the starting point of a project.
But in case the Dotkernel Headless Platfom is supposed to be used as part of a platform migration, or integrated into an existing data store, there is a high risk of table name collision .
We want to set in config file a table name prefix, for instance dk_
And this prefix to be used everywhere in the codebase, in Core mostly
|
#[ORM\Table(name: 'admin')] |
Feature Request
Summary
Currently all entities are designed like the API is supposed to be the starting point of a project.
But in case the Dotkernel Headless Platfom is supposed to be used as part of a platform migration, or integrated into an existing data store, there is a high risk of table name collision .
We want to set in config file a table name prefix, for instance
dk_And this prefix to be used everywhere in the codebase, in Core mostly
api/src/Core/src/Admin/src/Entity/Admin.php
Line 26 in 1a9383f