10 results found for "change_column_null"
ActiveRecord::Migration::CommandRecorder

change_column_null change_column_comment (must supply a :from and :to option) change_table_comment (must supply a :from and :to option) create_enum create_join_table create_table disable_extension drop_enum (must supply a list of values) drop_join_table drop_table (must supply a block) enable
change_column_null
(ActiveRecord::ConnectionAdapters::SchemaStatements, >= v4.0.2 <= v7.1.3.4)
Sets or removes a NOT NULL constraint on a column. The null flag indicates whether the value can be NULL . For example allows them to be NULL (drops the constraint). The method accepts an optional fourth argument to replace existing NULLs with some other value. Use that one when enabling
change_null
(ActiveRecord::ConnectionAdapters::ColumnMethods::Table, >= v6.1.3.1 <= v7.1.3.4)
Sets or removes a NOT NULL constraint on a column . See {connection.change_column_null}[rdoc-ref:SchemaStatements#change_column_null]
change_column_null
(ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter, >= v3.2.1 <= v7.1.3.4)
change_column_null
(ActiveRecord::ConnectionAdapters::SQLite3Adapter, >= v4.0.2 <= v7.1.3.4)
change_column_null
(ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements, >= v4.2.1 <= v7.1.3.4)
change_column_null
(ActiveRecord::Migration::Compatibility::V7_0, >= v7.1.3.2 <= v7.1.3.4)
invert_change_column_null
(ActiveRecord::Migration::CommandRecorder, >= v4.1.8 <= v7.1.3.4)
change_column_null_for_alter
(ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements, >= v5.2.3 <= v7.1.3.4)
validate_change_column_null_argument!
(ActiveRecord::ConnectionAdapters::SchemaStatements, >= v7.1.3.2 <= v7.1.3.4)