Hi, when installing the panel on a fresh installed server i get these errors when im migrating:
. Add a primary key to the table or unset this variable to avoid this message. Note that tables without a primary key can cause performance problems in
row-based replication, so please consult your DBA before changing this setting. (Connection: mysql, SQL: create table password_resets (email varchar
(191) not null, token varchar(191) not null, created_at timestamp not null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')```
```SQLSTATE[HY000]: General error: 3750 Unable to create or change a table without a primary key, when the system variable 'sql_require_primary_key' is set
. Add a primary key to the table or unset this variable to avoid this message. Note that tables without a primary key can cause performance problems in
row-based replication, so please consult your DBA before changing this setting.```