You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
undefined method `set_column_allow_null' for #<Sequel::Mysql2::Database:0x00007f0b48099660>Did you mean? set_column_default
In addition, some other methods, like set_column_not_null or add_unique_constraint, are same.
It seems to be good the document is fixed, because I think these methods might be dispensable.
Do you think of it?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I use following versions.
hanami (1.1.1)
sequel (4.49.0)
The document says
set_column_allow_null
is available at migration, but I've encounteredundefined method
error.In addition, some other methods, like
set_column_not_null
oradd_unique_constraint
, are same.It seems to be good the document is fixed, because I think these methods might be dispensable.
Do you think of it?
Thanks.
The text was updated successfully, but these errors were encountered: