create table dxsSource ( sourceID BIGINT not null, cuEventID INTEGER not null, frameSetID BIGINT not null, ra DOUBLE PRECISION not null, dec DOUBLE PRECISION not null, cx DOUBLE PRECISION not null, cy DOUBLE PRECISION not null, cz DOUBLE PRECISION not null, htmID BIGINT not null, l DOUBLE PRECISION not null, b DOUBLE PRECISION not null, lambda DOUBLE PRECISION not null, eta DOUBLE PRECISION not null, priOrSec BIGINT not null, jmhPnt FLOAT not null, jmhPntErr FLOAT not null, hmkPnt FLOAT not null, hmkPntErr FLOAT not null, jmkPnt FLOAT not null, jmkPntErr FLOAT not null, jmhExt FLOAT not null, jmhExtErr FLOAT not null, hmkExt FLOAT not null, hmkExtErr FLOAT not null, jmkExt FLOAT not null, jmkExtErr FLOAT not null, mergedClassStat FLOAT not null, mergedClass SMALLINT not null, pStar FLOAT not null, pGalaxy FLOAT not null, pNoise FLOAT not null, pSaturated FLOAT not null, eBV FLOAT not null, aJ FLOAT not null, aH FLOAT not null, aK FLOAT not null, jHallMag FLOAT not null, jHallMagErr FLOAT not null, jPetroMag FLOAT not null, jPetroMagErr FLOAT not null, jPsfMag FLOAT not null, jPsfMagErr FLOAT not null, jSerMag2D FLOAT not null, jSerMag2DErr FLOAT not null, jAperMag3 FLOAT not null, jAperMag3Err FLOAT not null, jAperMag4 FLOAT not null, jAperMag4Err FLOAT not null, jAperMag6 FLOAT not null, jAperMag6Err FLOAT not null, jGausig FLOAT not null, jEll FLOAT not null, jPA FLOAT not null, jErrBits INTEGER not null, jDeblend INTEGER not null, jClass SMALLINT not null, jClassStat FLOAT not null, jppErrBits INTEGER not null, jSeqNum INTEGER not null, jXi FLOAT not null, jEta FLOAT not null, hHallMag FLOAT not null, hHallMagErr FLOAT not null, hPetroMag FLOAT not null, hPetroMagErr FLOAT not null, hPsfMag FLOAT not null, hPsfMagErr FLOAT not null, hSerMag2D FLOAT not null, hSerMag2DErr FLOAT not null, hAperMag3 FLOAT not null, hAperMag3Err FLOAT not null, hAperMag4 FLOAT not null, hAperMag4Err FLOAT not null, hAperMag6 FLOAT not null, hAperMag6Err FLOAT not null, hGausig FLOAT not null, hEll FLOAT not null, hPA FLOAT not null, hErrBits INTEGER not null, hDeblend INTEGER not null, hClass SMALLINT not null, hClassStat FLOAT not null, hppErrBits INTEGER not null, hSeqNum INTEGER not null, hXi FLOAT not null, hEta FLOAT not null, kHallMag FLOAT not null, kHallMagErr FLOAT not null, kPetroMag FLOAT not null, kPetroMagErr FLOAT not null, kPsfMag FLOAT not null, kPsfMagErr FLOAT not null, kSerMag2D FLOAT not null, kSerMag2DErr FLOAT not null, kAperMag3 FLOAT not null, kAperMag3Err FLOAT not null, kAperMag4 FLOAT not null, kAperMag4Err FLOAT not null, kAperMag6 FLOAT not null, kAperMag6Err FLOAT not null, kGausig FLOAT not null, kEll FLOAT not null, kPA FLOAT not null, kErrBits INTEGER not null, kDeblend INTEGER not null, kClass SMALLINT not null, kClassStat FLOAT not null, kppErrBits INTEGER not null, kSeqNum INTEGER not null, kXi FLOAT not null, kEta FLOAT not null, primary key (sourceID) );