models/table_info library

Classes

ModelReverseRelationInfo
Represents information about a "reverse" relationship from another table to this one.
SupabaseForeignKeyConstraint
Represents details about a specific foreign key constraint on a table.
SupabaseIndexInfo
Represents information about a database index.
SupabaseTableInfo
Represents detailed information about a database table, including its columns, foreign keys, indexes, and reverse relationships.
TetherColumnInfo
Represents details about a single column within a database table.