I tried to specify this field:
<column name="created_at" phpName="CreatedAt" type="TIMESTAMP" required="false"/>
However, whether it’s required or not, Propel never seems to place the current date time on it. How do I specify that I want Propel to take care of this for me?
You should use the timestampable behavior:
Using (by default):
Or (if you want to customize field):