> Executing > sqlite> .schema BillingNumbers shows the column to be there > > CREATE TABLE BillingNumbers(id int default 0 not null, clecID int default 0 > not null, ilecID int default 0 not null, BillingNumber > varchar(20) default " not null, State varchar(20) default " not null, > Resale int default 0 not null, UNEP int default 0 not null, > PctDiscount decimal(8,2) default 0 not null);
I don't know anything about your development system, so I don't know exactly what's going on; but do you not see anything wrong with the quotes in the schema above. Regards

