]> ruin.nu Git - ndwebbie.git/blob - database/covops.sql
possible to mark planets as cov opped
[ndwebbie.git] / database / covops.sql
1 CREATE TABLE covop_attacks (
2         uid integer NOT NULL REFERENCES users(uid),
3         tick integer NOT NULL,
4         id integer NOT NULL REFERENCES planets(id),
5         PRIMARY KEY (id,tick,uid)
6 );