i.e., if someone specifies a domain object with effectiveAt as one of the properties - we should treat that similarly to them specifying a domain object with uuid as one of the properties: the dao pulls it in from autogenerated values
additionally, we should skip it from the sql-schema-generator and sql-schema-relationship properties (just like we skip id and uuid, the db-generated-values we currently support)
i.e., if someone specifies a domain object with
effectiveAt
as one of the properties - we should treat that similarly to them specifying a domain object withuuid
as one of the properties: the dao pulls it in from autogenerated valuesadditionally, we should skip it from the sql-schema-generator and sql-schema-relationship properties (just like we skip id and uuid, the db-generated-values we currently support)