Matthew Moellman edited perseus1.md  over 10 years ago

Commit id: db1208c436bb808470477cd072f97b8aea7e55d7

deletions | additions      

       

* Put apass table in a database called 'perseus1'  * Improved the apass table schema  * used real and smallint types where appropriate  `CREATE TABLE apass (ra apass`   `(ra  real, ra_error real, dec real, dec_error real, nobs smallint, v real, verr real, b real, berr real, g real, gerr real, r real, rerr real, i real, ierr real); `