wintercms / wintercms/wn-builder-plugin
Add support for marking columns unique when creating database tables
Open
Nobody has claimed this yet.
Status: Review Needed
Type: Conceptual Enhancement
- Dominant language
- PHP
- Stars
- 40
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Would be nice to add a checkbox to indicate that a given column should have a unique index added to it when building the table schema
Contributor guide
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
No files or tests are named. Start by tracing how the GUI stores column settings and how those settings become the table schema; done means a column can be marked unique and the generated table includes the corresponding unique index.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100