ModelFormat.tableName

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

struct ModelFormat
@serdeKeys("Name")
string tableName;

Meta