method
remove_timestamps
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ColumnMethods::Table
remove_timestamps(**options)public
Removes the timestamp columns (created_at and updated_at) from the table.
t.remove_timestamps
See {connection.remove_timestamps}[rdoc-ref:SchemaStatements#remove_timestamps]