You are not logged in.
ORM will now include all published properties of the parents, up to TSQLRecord, to the database fields (it was only using the published properties at the topmost class level).
For some kind of records (like SynFile), inheriting fields can make sense.
Since we use TSQLRecordProperties everywhere instead of our low-level RTTI classes, including the inherited published fields is very easy.
The UI classes do follow the same schema.
Online