Sha256: 83299920863e2a99085b05778da590af1c018a6b95a6f7ad7649048bfe4aa345
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
CREATE TABLE Playing ( -- Playing involves Game and Game has Game Code, GameCode char NOT NULL, -- Playing involves Person and Person has Person Name, PersonName varchar NOT NULL, PRIMARY KEY(PersonName, GameCode) ) GO
Version data entries
5 entries across 5 versions & 1 rubygems