eveningkid / denodb

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

Home Page:https://eveningkid.com/denodb-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timestamps

flintforge opened this issue · comments

Hello.
May I advise an option to allow the insertion of the updatedAt field only,
when activating timestamps and not both creation and update date at the same time ?
In the case of MongoDB, adding a createdAt field is superfluous since it's already encoded in the OID.