From: Ant Zucaro Date: Wed, 9 Mar 2011 22:25:58 +0000 (-0500) Subject: Add default to servers table. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4429bdd2ded5e3804823f6c78ec52f5bc00793f9;p=xonotic%2Fxonstatdb.git Add default to servers table. --- diff --git a/tables/servers.tab b/tables/servers.tab index 22ee963..4be3b2f 100644 --- a/tables/servers.tab +++ b/tables/servers.tab @@ -7,7 +7,7 @@ CREATE TABLE xonstat.servers max_players integer, pure_ind boolean NOT NULL DEFAULT true, active_ind boolean NOT NULL DEFAULT true, - create_dt timestamp without time zone NOT NULL, + create_dt timestamp without time zone NOT NULL DEFAULT now(), CONSTRAINT servers_pk PRIMARY KEY (server_id) ) WITH (