#33466: Schema Modification using Migrations
-------------------------------------+-------------------------------------
Reporter: kenprogrammer | Owner: nobody
Type: New feature | Status: new
Component: Migrations | Version: 4.0
Severity: Normal | Resolution:
Keywords: migrations,column | Triage Stage:
after,mysql | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Description changed by kenprogrammer:
Old description:
> 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.
New description:
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.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33466#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/071.295aa933c3085654ca588d6848bae38a%40djangoproject.com.