Changes between Initial Version and Version 1 of Ticket #25813


Ignore:
Timestamp:
Nov 25, 2015, 8:38:26 AM (8 years ago)
Author:
Minsoo Kim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25813 – Description

    initial v1  
    5151Seems like code below has different schema from my DDL...Original foreign key I defined was id of data type, not data type itself.
    5252
    53 Did I do something wrong here? Why does unique_together() has column names? Every Django models generated with MySQL's ''PRIMARY_KEY(Key1, Key2, ...)'' gives me this error!
     53Did I do something wrong here? Why does unique_together() has column name, not field names? Every Django models generated with MySQL's ''PRIMARY_KEY(Key1, Key2, ...)'' gives me this error!
Back to Top