| Issue 129: | SQLite: Primary Keys on multiple fields | |
| 1 person starred this issue and may be notified of changes. | Back to list |
If you add a table in SQLite with a primary key on more than one field, Migrator uses the alter table statement. The patch attached uses the CREATE UNIQUE INDEX |
|
|
|