I want only use created_at , how to do it?
I know:
This can custom timestamps name
const CREATED_AT = \'created\'; const UPDATED_AT = \'updat
Use on the top the class:
const UPDATED_AT = null;
or
const CREATED_AT = null;