RentalCluster
To Help for Developers
A mapping table - that allows for Rentals to reserve housing clusters. This prevents other Programs and other Rentals from being offered these houses.
Table: rental_cluster
cluster_id
foreign key to
cluster
rental_id
foreign key to
rental
Relations
cluster
cluster
belongs_to
rental
rental
belongs_to