Skip to content
Snippets Groups Projects
Commit 0c8b950b authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Simple database for holding information about xref projections.

parent 634da051
No related branches found
No related tags found
No related merge requests found
# Table structure for projection info database
CREATE TABLE projections (
release INT NOT null,
timestamp DATETIME,
from_db VARCHAR(255),
from_species_latin VARCHAR(255),
from_species_common VARCHAR(255),
to_db VARCHAR(255),
to_species_latin VARCHAR(255),
to_species_common VARCHAR(255)
);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment