Skip to content

Commit

Permalink
chore: sync sql with txAdminRecipe
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Sep 23, 2024
1 parent ed97d61 commit 9f36118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qb-vehiclesales.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ CREATE TABLE IF NOT EXISTS `occasion_vehicles` (
`occasionid` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `occasionId` (`occasionid`)
) ENGINE=InnoDB AUTO_INCREMENT=325 DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

0 comments on commit 9f36118

Please sign in to comment.