remove_timestamps(table_name)
Instance Public methods
Removes the timestamp columns (created_at
and
updated_at
) from the table definition.
remove_timestamps(:suppliers)
Removes the timestamp columns (created_at
and
updated_at
) from the table definition.
remove_timestamps(:suppliers)
Please login to continue.