/// Schema of the Item. Returned by the [`<your_item>::struct_db_schema()`](crate::SDBItem::struct_db_schema) method.
#[derive(Debug)]pubstructSchema{pubtable_name:&'staticstr,
pubprimary_key:&'staticstr,
pubsecondary_tables_name:std::collections::HashSet<&'staticstr>,
}