-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
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')] |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request