Changes between Initial Version and Version 1 of Ticket #33466


Ignore:
Timestamp:
Jan 28, 2022, 1:38:27 AM (3 years ago)
Author:
Kennedy Mwenda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33466 – Description

    initial v1  
    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