ModelFormat.fields

List of fields, such as defined in the D source code, recursively including all fields from all inherited classes. This maps to the actual SQL columns later when it is generated into an SQL create statement by the actual driver implementation.

struct ModelFormat
@serdeKeys("Fields")
Field[] fields;

Meta