Advertisement

check_column

Checks that database table column matches the criteria.

maybe_drop_column

Drops column from database table, if it exists.

maybe_add_column

Adds column to database table, if it doesn’t already exist.

maybe_create_table

Creates a table in the database if it doesn’t already exist.

Advertisement