pub struct Index_ {
pub table: Table,
pub schema_id: SchemaIndexId,
pub id: String,
pub fields: Vec<Field>,
pub unique: bool,
}Fields§
§table: Table§schema_id: SchemaIndexId§id: String§fields: Vec<Field>§unique: boolpub struct Index_ {
pub table: Table,
pub schema_id: SchemaIndexId,
pub id: String,
pub fields: Vec<Field>,
pub unique: bool,
}table: Table§schema_id: SchemaIndexId§id: String§fields: Vec<Field>§unique: bool