Skip to content

Commit

Permalink
fix: Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson authored Sep 3, 2024
1 parent 4ab6a01 commit e87e4e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function run(): void
$sql = "CREATE TABLE $table (
campaign_id INT UNSIGNED NOT NULL,
form_id INT UNSIGNED NOT NULL,
PRIMARY KEY (campaign_id, form_id),
PRIMARY KEY (campaign_id, form_id)
) $charset";

try {
Expand Down

0 comments on commit e87e4e8

Please sign in to comment.