You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds 3 timestamp column definitions (createdat, updatedat, deletedat) to the table definition object following the CFWheels conventions for automated timestamps and soft deletes.
Function Syntax
t.timestamps();
Parameters
None
Notes
Prior to version 0.4, columns were camelCase (i.e. createdAt, updatedAt, deletedAt)