Field.columnName

The exact name of the column later used in the DB, not neccessarily corresponding to the D field name anymore.

struct Field
@safe
@serdeKeys("Name")
string columnName;

Meta