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
Can I rename the default deletedAt and delatedBy to deleted_at and deleted_by, just like with timestamps?
timestamps: {
createdAt: 'created_at', // Use created_at to store the created date
updatedAt: 'updated_at' // and updated_at to store the last updated date
}
The text was updated successfully, but these errors were encountered:
Can I rename the default deletedAt and delatedBy to deleted_at and deleted_by, just like with timestamps?
timestamps: {
createdAt: 'created_at', // Use
created_at
to store the created dateupdatedAt: 'updated_at' // and
updated_at
to store the last updated date}
The text was updated successfully, but these errors were encountered: