Help for this page
create table db_column ( tab_id int not null , col_num int not null ... , col_num ) )
my $addcol = $dbh->prepare( "insert into db_column ( tab_id ... $ck->{scale}, ($ck->{nullity}? 'Y' : 'N')) or warn "Couldn't insert into db_column: $DBI::errstr" +;