I should be able to leave the “created_at” and “updated_at” fields empty when creating a record in the dashboard. Then, the Rails app will automatically set the value to today’s time.
Context
Project name: TurkishFluent
Environment name: Production
Agent technology: Rails
Agent (forest package) name & version: …
Database type: Postgresql
Recent changes made on your end if any: installed ForestAdmin today, app hosted on Heroku
Thank you for your answer. But when I create a new record I get the following error:
An error occurred when trying to create grammar: SequelizeDatabaseError: null value in column “created_at” of relation “grammars” violates not-null constraint
How to make Forest use the Rails system?
My previous setups with other rails apps don’t have this issue, I guess you changed the logic here.