Skip to content

Implement a prefix in table names #449

@arhimede

Description

@arhimede

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions