Answers for "1075 incorrect table definition; there can be only one auto column and it must be defined as a key (sql: alter table `currencies` drop primary key)"

SQL
0

Syntax error or access violation: 1075 Incorrect table def inition; there can be only one auto column and it must be defined as a key

$table->integer('thnajrn_id')->unsigned();
Posted by: Guest on July-21-2021

Code answers related to "1075 incorrect table definition; there can be only one auto column and it must be defined as a key (sql: alter table `currencies` drop primary key)"

Code answers related to "SQL"

Browse Popular Code Answers by Language