Opened 3 years ago
Last modified 3 years ago
#33466 closed New feature
Schema Modification using Migrations — at Initial Version
Reported by: | Kennedy Mwenda | Owned by: | nobody |
---|---|---|---|
Component: | Migrations | Version: | 4.0 |
Severity: | Normal | Keywords: | migrations, column after, mysql |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
MySQL Specific: Let's say I've a table with columns first_name, last_name, address' later on I may need to add column middle_name AFTER first_name
Currently there no way to do this using migrations. I've checked RunSQL but I don't whether this is the way of doing it.
Note:
See TracTickets
for help on using tickets.