Skip to content

Commit

Permalink
Game schema has more data
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Dec 22, 2010
1 parent 5f2c1d0 commit ea8bc9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion schema.sql
Expand Up @@ -2,7 +2,12 @@ CREATE TABLE Game (
ID INTEGER PRIMARY KEY,
name TEXT,
info TEXT,
image TEXT
image BLOB,
image_header TEXT,
license TEXT,
url TEXT,
num_of_downloads INTEGER,
rating INTEGER
);

CREATE TABLE Tag (
Expand Down

0 comments on commit ea8bc9f

Please sign in to comment.