Set metadata column automatically on table query
For all table query, we need to define columns for create_uid, create_date, write_uid and write_date. But indeed we could have ModelSQL to use a SQL expression for them so we do not need to define them in the table query.
The value could be 0, CurrentTimestamp, NULL, NULL