copyTable function for Command like renameTable
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 216
- Forks
- 51
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
we should add one function copyTable($table,$newName,$onlyStructure = true)
I hope it could provide a function to copy table efficient
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
Start by locating the Command class's renameTable implementation and review how table operations are exposed. Define the behavior of copyTable($table, $newName, $onlyStructure = true), including structure-only versus data copying, then add coverage for the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100