Closed gflewis closed 4 years ago
This issue has been traced to a defect in the method TableSchema.determineParentname(). If the table name begins with "sys_", then columns from the parent table are not included in the schema. This will be fixed in the next release.
Fixed in 3.1.2
These columns are not included when the table is created. However, if they are added manually (via alter table) then they will be populated.