Schema for commentType
  Database: uniProt    Primary Table: commentType    Row Count: 29   Data last updated: 2018-04-06
Format description: A type of comment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
id 1int(11) range Comment type ID, we create this
val FUNCTIONvarchar(255) values Name of comment type

Connected Tables and Joining Fields
        uniProt.comment.commentType (via commentType.id)

Sample Rows
 
idval
1FUNCTION
2SUBCELLULAR LOCATION
3SIMILARITY
4CATALYTIC ACTIVITY
5COFACTOR
6DOMAIN
7DEVELOPMENTAL STAGE
8TISSUE SPECIFICITY
9MISCELLANEOUS
10SUBUNIT

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.