Changes between Version 1 and Version 2 of Ticket #33466


Ignore:
Timestamp:
Jan 28, 2022, 1:41:04 AM (2 years ago)
Author:
Kennedy Mwenda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33466 – Description

    v1 v2  
    1 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**''''
     1MySQL 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**
    22
    33Currently there no way to do this using migrations. I've checked'' RunSQL''**** but I don't whether this is the way of doing it.
Back to Top