110
110
if (field.options().has_default_value())
111
111
cout << " DEFAULT `" << field.options().default_value() << "` " ;
113
123
if (field.type() == Table::Field::TIMESTAMP)
114
124
if (field.timestamp_options().has_auto_updates()
115
125
&& field.timestamp_options().auto_updates())