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