From 40ed74cfb694936d8b17087f10bf6989100e9a11 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 21 Aug 2012 17:30:23 -0400 Subject: [PATCH] Change title to name. --- tables/cd_ladder.tab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tables/cd_ladder.tab b/tables/cd_ladder.tab index fbc9f00..fe3ad92 100644 --- a/tables/cd_ladder.tab +++ b/tables/cd_ladder.tab @@ -1,7 +1,7 @@ CREATE TABLE xonstat.cd_ladder ( ladder_cd serial NOT NULL, - title character varying(100) NOT NULL, + name character varying(100) NOT NULL, descr character varying(200) NOT NULL, create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'), start_dt date NOT NULL, -- 2.39.2