01-06-2010, 03:26 PM
En fait un bâtiment ne peut être que sur un village à la fois, non ?
Tu aurais donc plutôt un modèle à 4 tables comme ceci :
building_types : aucune clé étrangère.
buildings : building_type_id et village_id (et éventuellement player_id, si on dénormalise)
villages : player_id
players : aucune clé étrangère
Et non, ce n'est pas lourd. ^^
Sephi-Chan
Tu aurais donc plutôt un modèle à 4 tables comme ceci :
building_types : aucune clé étrangère.
buildings : building_type_id et village_id (et éventuellement player_id, si on dénormalise)
villages : player_id
players : aucune clé étrangère
Et non, ce n'est pas lourd. ^^
Sephi-Chan