### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature Proposal I couldn't find a way to rename a column. Only with sql directly (ALTER TABLE input CHANGE old new VARCHAR(255);) it was possible ### Motivation needed to rename a column ### Example _No response_
Prerequisites
🚀 Feature Proposal
I couldn't find a way to rename a column. Only with sql directly (ALTER TABLE input CHANGE old new VARCHAR(255);) it was possible
Motivation
needed to rename a column
Example
No response