Class ModelUpdater
Methods summary
Magic methods summary
public
assert_has_column( string $column_name
)
: ICanBoogie\Updater\ModelUpdater
Asserts that a model has a column with the specified name.
public
assert_not_has_column( string $column_name
)
: ICanBoogie\Updater\ModelUpdater
Asserts that a model does not have a column with the specified name.
public
assert_column_has_size( string $column_name
, $size
)
: ICanBoogie\Updater\ModelUpdater
Asserts a column has a given size.
public
assert_not_column_has_size( string $column_name
, $size
)
: ICanBoogie\Updater\ModelUpdater
Asserts a column does not have a given size.