timestamps(options = {})
Instance Public methods
Adds timestamps (created_at
and updated_at
)
columns to the table. See ActiveRecord::ConnectionAdapters::SchemaStatements#add_timestamps
t.timestamps
Adds timestamps (created_at
and updated_at
)
columns to the table. See ActiveRecord::ConnectionAdapters::SchemaStatements#add_timestamps
t.timestamps
Please login to continue.