Skip to content

Instantly share code, notes, and snippets.

@develop7
Created January 26, 2010 18:51
Show Gist options
  • Save develop7/287097 to your computer and use it in GitHub Desktop.
Save develop7/287097 to your computer and use it in GitHub Desktop.
Match:
columns:
#...skip
relations:
Participants:
local: match_id
foreign: player_id
refClass: MatchPlayer
foreignAlias: MatchesPlayed
MatchPlayer:
columns:
match_id:
type: integer
primary: true
player_id:
type: integer
primary: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment