From 1395711cc70c69e8aa48116a2f2764806ba51430 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 2 Dec 2012 08:03:23 -0500 Subject: [PATCH] Add an update_dt to the player_elos table. --- tables/player_elos.tab | 1 + 1 file changed, 1 insertion(+) diff --git a/tables/player_elos.tab b/tables/player_elos.tab index da01eb0..104c8c1 100755 --- a/tables/player_elos.tab +++ b/tables/player_elos.tab @@ -6,6 +6,7 @@ CREATE TABLE xonstat.player_elos elo numeric NOT NULL, active_ind boolean NOT NULL default true, create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'), + update_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'), CONSTRAINT player_elos_pk PRIMARY KEY (player_id, game_type_cd), CONSTRAINT player_elos_fk01 FOREIGN KEY (player_id) REFERENCES xonstat.players (player_id) MATCH SIMPLE -- 2.39.2