From 6af1bee069afc45039e44f5a02df8254123c14c0 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 5 Aug 2003 13:00:37 +0000 Subject: [PATCH] rename column to col git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@977 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- create.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create.sql b/create.sql index 733bbd90..089510b4 100644 --- a/create.sql +++ b/create.sql @@ -1,4 +1,5 @@ -- tested with postgresql +-- you can add a unique sequence id to the table if you want drop table linksdb; @@ -14,7 +15,7 @@ create table linksdb ( valid int, url varchar(50), line int, - colum int, + col int, name varchar(50), checktime int, dltime int,