X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tables%2Fplayers.tab;h=26c212a567fd1fa8c831cb6a99b6031ea3a66ce7;hb=f8e7b669c0d409d5ec1c7b3af755458a273187eb;hp=b75a53adfb89420361d1a32a1f94414a2c2d7c83;hpb=d07f8c25994aeee3531b4c08573ffd27f60258f8;p=xonotic%2Fxonstatdb.git diff --git a/tables/players.tab b/tables/players.tab index b75a53a..26c212a 100644 --- a/tables/players.tab +++ b/tables/players.tab @@ -4,6 +4,7 @@ CREATE TABLE xonstat.players nick character varying(128), stripped_nick character varying(128), "location" character varying(100), + 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) )