evoluteur / evolutility-server-node

Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
GNU Affero General Public License v3.0
112 stars 33 forks source link

Customisable created and updated date column names #27

Closed PieterjanMontens closed 5 years ago

PieterjanMontens commented 5 years ago

Hi,

Had a running database with created & updated dates column names already set, so I did some updates to allow for some customization.

Works as far as I can tell, though I probably will need to update the UI side too.

evoluteur commented 5 years ago

Thanks.