Sorry - last question - looking at the manage relational table behaviour, it looks like it should have two tables with an interlinking table.
In this structure there is just the main table, and the related table.
ie
table_lodges
LodgeID
Lodge
etc
and table_lodge_likes
LikeID
LodgeID
Where the link would just be between the LodgeID (PK) in the lodges table and the LodgeID (FK) in the lodge)likes table.
Should that still work?
Its 1am here, so time for bed - so thanks in advance for answering these questions Ray, and have a good weekend.