Hi Ben,
As Paulo said, you need to create local entity and relationship among them with required attributes only.
Also remember the foreign key reference for server and local entity is difference (in case you are having relationship). Make sure once you are syncing from local to server then all the referenced ID should be server one not local one otherwise you will get DB exception while writing to Server.
Dileep