pub fn build_admin_entries(schema: &Schema) -> Vec<DynamicAdminEntry>Expand description
Build a Vec<DynamicAdminEntry> from the schema on disk. Every
model’s fields are projected from schema fields; unknown type
strings fall back to FieldType::String (see
field_type_from_str). Order follows schema.models.