I have an "updated_at" attribute in a PostgreSQL table updated by a trigger, so I just want to read this attribute but I want to ignore it when writing an entry via Exposed. One solution would be having two classes, one read model and one write model. However, is there a solution with Exposed to exclude a non-nullable field when it comes to inserting data?