Repair the SQL file

Job ID: 32681996

Budget: $2 – $8 USD

I need to repair the sql file that shows an error during import

-
- Indexes for table `bookings`
-
ALTER TABLE `bookings`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `bookings_trx_unique` (` trx`);
MySQL returned the message: Documentation

# 1071 - The defined key is too long. Maximum? long? ci? the key is 767


https://prnt.sc/26fnhnp
Related categories: SQL MySQL Database Administration