Skip to content
Snippets Groups Projects
Commit def3181b authored by Marek Szuba's avatar Marek Szuba
Browse files

table.sql: Add stable_id_event.type enum extension to the docstring

parent 5835de02
No related branches found
No related tags found
2 merge requests!371Add support for mature RNA products of transcripts (e.g. MicroRNA) to the API and schema,!371Add support for mature RNA products of transcripts (e.g. MicroRNA) to the API and schema
......@@ -1994,7 +1994,7 @@ This includes which IDs where deleted, created and related to each other. Each e
@column new_stable_id Gene/transcript/translation stable id for the current release.
@column new_version Stable id version.
@column mapping_session_id Foreign key references to the @link mapping_session table.
@column type ENUM('gene', 'transcript', 'translation') NOT NULL,
@column type ENUM('gene', 'transcript', 'translation', 'rnaproduct') NOT NULL,
@column score Combined mapping score.
@see mapping_session
......
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