pub struct Field_ {
pub table: Table,
pub schema_id: SchemaFieldId,
pub id: String,
pub type_: FieldType,
}Fields§
§table: Table§schema_id: SchemaFieldId§id: String§type_: FieldTypepub struct Field_ {
pub table: Table,
pub schema_id: SchemaFieldId,
pub id: String,
pub type_: FieldType,
}table: Table§schema_id: SchemaFieldId§id: String§type_: FieldType