Defining many to many relations with extra fields,...
# orm-help
j
Defining many to many relations with extra fields, how is the correct way? "User" (many - to many ) "Site". In UserSite table i need a extra column. Example: PermissionLevel. Do i need to define a UserSite Type for this, or is a better way?