ojalaquellueva / nsr

Native Species Resolver (NSR): Detects if species is native or introduced to political division of observation
1 stars 0 forks source link

Refactor table meta to match TNRS & GNRS #3

Closed ojalaquellueva closed 7 months ago

ojalaquellueva commented 7 months ago

Schema should be as follows:

Column Type
id int unsigned auto_increment (primary key)
app_version varchar(50)
db_version varchar(50)
db_version_comments text
db_build_date date
code_version varchar(50)
code_version_comments varchar(50)
code_version_release_date date
citation text
publication text
logo_path text
ojalaquellueva commented 7 months ago

No publication yet; included for forward compatibility

ojalaquellueva commented 7 months ago

Done