Skip to content

Commit

Permalink
Fix typo in SQL definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Oct 4, 2023
1 parent c3cb5d1 commit 9a9a57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/minids/sql/create_eclipse_response_table.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TABLE EclipseMiniResponses (
id int(11) UNSIGNED NOT NULL UNIQUE AUTO_INCREMENT,
user_uuid varchar(36) NOT NULL UNIQUE,
responses JSON DEFAULT NULL,
mc_responses JSON DEFAULT NULL,
preset_locations JSON NOT NULL,
preset_locations_count INT NOT NULL,
user_selected_locations JSON NOT NULL,
Expand Down

0 comments on commit 9a9a57a

Please sign in to comment.