CREATE TABLE coranto_csql ( Coranto_newsid varchar(255) not null, Coranto_User ntext not null, Coranto_Category ntext null, Coranto_newstime bigint not null, Coranto_Subject ntext, Coranto_CustomField_url_link ntext, Coranto_CustomField_newssnippit ntext, Coranto_Text ntext, PRIMARY KEY (Coranto_newsid,Coranto_newstime) );