method

build_change_column_definition

Importance_1
v7.1.3.4 - Show latest stable - 0 notes - Class: AbstractMysqlAdapter
build_change_column_definition(table_name, column_name, type, **options) public

Builds a ChangeColumnDefinition object.

This definition object contains information about the column change that would occur if the same arguments were passed to #change_column. See #change_column for information about passing a table_name, column_name, type and other options that can be passed.

Show source
Register or log in to add new notes.