X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=tables%2Fplayers.tab;h=57e81d52f3b50bed203839a8813d27d47952ed09;hb=f3efdaffb99dee93146426f429e6fd9ef6bc4050;hp=b75a53adfb89420361d1a32a1f94414a2c2d7c83;hpb=d07f8c25994aeee3531b4c08573ffd27f60258f8;p=xonotic%2Fxonstatdb.git diff --git a/tables/players.tab b/tables/players.tab index b75a53a..57e81d5 100644 --- a/tables/players.tab +++ b/tables/players.tab @@ -4,6 +4,8 @@ CREATE TABLE xonstat.players nick character varying(128), stripped_nick character varying(128), "location" character varying(100), + email_addr character varying(255), + active_ind boolean NOT NULL default true, create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'), CONSTRAINT players_pk PRIMARY KEY (player_id) )