Skip to content

Commit

Permalink
Fixing test missing a col-type
Browse files Browse the repository at this point in the history
  • Loading branch information
daninus14 committed Nov 2, 2024
1 parent 1e8e52b commit f2db481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/class.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
)")
(is-table-class :mysql
(defclass tweet ()
((user-name :references (user name)))
((user-name :references (user name) :col-type (:or :null :text)))
(:metaclass table-class))
"CREATE TABLE tweet (
user_name VARCHAR(64) NOT NULL
Expand Down

0 comments on commit f2db481

Please sign in to comment.