Skip to content

Commit bf6e7f4

Browse files
committed
Update name length
1 parent 861514a commit bf6e7f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/setup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ USE columnistos;
33
CREATE TABLE author
44
(
55
id INT NOT NULL AUTO_INCREMENT,
6-
name VARCHAR(128) NOT NULL,
6+
name VARCHAR(256) NOT NULL,
77
-- M: Male
88
-- F: Female
99
-- NB: Non-binary

0 commit comments

Comments
 (0)