method
timestamps
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::ColumnMethods::Table
timestamps(**options)public
Adds timestamps (created_at and updated_at) columns to the table.
t.timestamps(null: false)
See {connection.add_timestamps}[rdoc-ref:SchemaStatements#add_timestamps]