Skip to content

Commit

Permalink
Merge pull request #123 from legna-namor/main
Browse files Browse the repository at this point in the history
Update schema.sql
  • Loading branch information
lippserd authored Sep 23, 2024
2 parents 49000b8 + b892dd3 commit f3ccd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/mysql/schema.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TABLE annotation (
uuid binary(16) NOT NULL,
name varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL,
value mediumblob COLLATE utf8mb4_unicode_ci NOT NULL,
value mediumblob NOT NULL,
PRIMARY KEY (uuid)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;

Expand Down

0 comments on commit f3ccd7e

Please sign in to comment.