rename column to col

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@977 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-08-05 13:00:37 +00:00
parent 7c8e3bcfe0
commit 6af1bee069

View file

@ -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,