Allow to optionally build default keys using table aliases
Open
Nobody has claimed this yet.
enhancement
TBD
- Dominant language
- PHP
- Stars
- 1
- Forks
- 1
- Avg merge
- 1h 26m
- Merged PRs (30d)
- 1
Description
Currently the default keys are created based on the table names, we should also provide the ability to optionally specify whether to use the table alias (if any) instead.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating where default keys are built from table names and how table aliases are represented. Define the optional behavior so existing table-name keys remain unchanged by default, while aliases are used when requested, then add coverage for both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100