Opened 3 years ago

Last modified 3 years ago

#33466 closed New feature

Schema Modification using Migrations — at Version 2

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 (last modified by Kennedy Mwenda)

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.

Change History (2)

comment:1 by Kennedy Mwenda, 3 years ago

Description: modified (diff)

comment:2 by Kennedy Mwenda, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top