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
It would be fairly trivial to add this as an option to dirac schemas:
{name: 'users',createdAt: false// false to disable,createdAt: 'createdAt'// string to provide your own name default: created_at,updatedAt: 'updated_at'}
Unless specified otherwise, dirac will add created_at and updated_at fields to all of your schemas, and maintain updated_at for you.
The text was updated successfully, but these errors were encountered:
It would be fairly trivial to add this as an option to dirac schemas:
Unless specified otherwise, dirac will add created_at and updated_at fields to all of your schemas, and maintain updated_at for you.
The text was updated successfully, but these errors were encountered: