Changes between Version 1 and Version 2 of Ticket #33466
- Timestamp:
- Jan 28, 2022, 1:41:04 AM (3 years ago)
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**''''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** 2 2 3 3 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.