Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 588 forks source link

multiple primary keys for table #114

Open jbgbruno opened 7 years ago

jbgbruno commented 7 years ago

[Illuminate\Database\QueryException] SQLSTATE[42P16]: Invalid table definition: 7 ERROR: multiple primary keys for table "programa_pessoa" are not allowed (SQL: alter table "programa_pessoa" add primary key ("id_p essoa", "id_version"))

[PDOException] SQLSTATE[42P16]: Invalid table definition: 7 ERROR: multiple primary keys for table "programa_pessoa" are not allowed

amarnegi92 commented 5 years ago

Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1068 Multiple primary key defined (SQL: alter table players add primary key players_p_slug_c_slug _primary(p_slug, c_slug))