method
remove_timestamps
remove_timestamps(table_name)
public
Removes the timestamp columns (created_at and updated_at) from the table definition.
Examples
remove_timestamps(:suppliers)
remove_timestamps(table_name)
public
Removes the timestamp columns (created_at and updated_at) from the table definition.
remove_timestamps(:suppliers)