table_name	column_index	column_name	column_title	datatype	scale	precision	nullable	default_value	is_auto_inc	fk_table	fk_column_name	is_required	input_type	input_length	onChange	is_data_column	is_display_column	is_key_field	column_text	optionlist_query	url
GL_biosequence_set	1	biosequence_set_id	BioSequence Set ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_biosequence_set	2	species_id	Species	int	4	0	N		N	organism	organism_id	Y	optionlist			Y	Y	N	Species for this BioSequence database	"SELECT organism_id, organism_name FROM $TB_ORGANISM ORDER BY sort_order,organism_name"	
GL_biosequence_set	3	set_name	Set Name	varchar	100	0	N		N			Y	text	50		Y	Y	N	Name of this BioSequence database		
GL_biosequence_set	4	set_tag	Set Tag	varchar	50	0	N		N			Y	text	20		Y	Y	Y	Short tag (name) of this BioSequence database		
GL_biosequence_set	5	set_description	Set Description	varchar	255	0	N		N			Y	text	50		Y	Y	Y	Longer description of this BioSequence database		
GL_biosequence_set	6	set_version	Set Version	varchar	50	0	N		N			Y	text	40		Y	Y	Y	Version of this BioSequence database		
GL_biosequence_set	7	upload_file	Upload file	varchar	255	0	Y		N			N	file	40		Y	Y	N	File path of this BioSequence database if to be uploaded via the web interface		
GL_biosequence_set	8	set_path	Set Path	varchar	255	0	N		N			Y	text	50		Y	Y	N	File path of this BioSequence database		
GL_biosequence_set	9	uri	URI	varchar	255	0	Y		N			N	text	50		Y	Y	N	External web page or other URI		SELF
GL_biosequence_set	10	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_biosequence_set	11	sort_order	Sort Order	int	4	0	N	10	N							N	N	N			
GL_biosequence_set	12	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_biosequence_set	13	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_biosequence_set	14	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_biosequence_set	15	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_biosequence_set	16	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N				
GL_biosequence_set	17	record_status	Record Status	char	1	0	N	N	N							N	N				
GL_dbxref	1	dbxref_id	dbxref ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_dbxref	2	dbxref_name	CrossRef Name	varchar	50	0	N		N			Y	text	40		Y	Y	N	Name of this Database Cross Reference		
GL_dbxref	3	dbxref_tag	CrossRef Tag	varchar	20	0	N		N			Y	text	20		Y	Y	Y	Short tag (name) of this Database Cross Reference		
GL_dbxref	4	dbxref_description	Description	varchar	255	0	N		N			Y	text	50		Y	Y	N	Longer description of this Database Cross Reference		
GL_dbxref	5	accessor	Accessor	varchar	255	0	N		N			Y	text	50		Y	Y	N	Part of a URL or URI to which an accession number can be appended to get more information about the entity using this cross reference		
GL_dbxref	6	accessor_suffix	Accessor Suffix	varchar	255	0	Y		N			N	text	50		Y	Y	N	Part of a URL or URI which comes after the accession number to build the full URL to get more information about the entity using this cross reference		
GL_dbxref	7	uri	URI	varchar	255	0	N		N			Y	text	50		Y	Y	N	External web page or other URI of the database		SELF
GL_dbxref	8	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_dbxref	9	sort_order	Sort Order	int	4	0	N	10	N							N	N	N			
GL_dbxref	10	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_dbxref	11	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_dbxref	12	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_dbxref	13	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_dbxref	14	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N				
GL_dbxref	15	record_status	Record Status	char	1	0	N	N	N							N	N				
GL_biosequence	1	biosequence_id	BioSequence ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_biosequence	2	biosequence_set_id	BioSequence Set	int	4	0	N		N	GL_biosequence_set	biosequence_set_id					N	N	Y	BioSequence Set to which this BioSequence belongs		pkDEFAULT
GL_biosequence	3	biosequence_name	BioSequence Name	varchar	255	0	N		N			Y	text	50		Y	Y	Y	Name of this BioSequence (generally everything before the first space in a FASTA file header line)		
GL_biosequence	4	biosequence_gene_name	BioSequence Gene Name	varchar	255	0	Y		N			Y	text	20		Y	Y	N	Gene name of this BioSequence if applicable.  Most common gene name if applicable		
GL_biosequence	5	dbxref_id	Database Cross Reference	int	4	0	Y		N	GL_dbxref	dbxref_id					Y	Y	N	Database cross reference for which the accession number applies		pkDEFAULT
GL_biosequence	6	biosequence_accession	BioSequence Accession	varchar	255	0	Y		N			Y	text	50		Y	Y	N	Accession number for this BioSequence in some external database designated above		
GL_biosequence	7	biosequence_desc	Biosequence Description	varchar	1024	0	N		N			Y	text	40		Y	Y	N	Description of this BioSequence (generally everything after the first space in a FASTA file header line)		
GL_biosequence	8	biosequence_seq	Sequence	text	16	0	Y		N			N	file	40		Y	Y	N	Actual sequence of the BioSequence if known		
GL_bioentity	1	bioentity_id	BioEntity ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_bioentity	2	bioentity_name	BioEntity Name	varchar	255	0	N		N			Y	text	50		Y	Y	Y	Common name of this BioEntity		
GL_bioentity	3	bioentity_alias	BioEntity Alias	varchar	255	0	Y		N			N	text	50		Y	Y	N	Other Aliases for this BioEntity		
GL_bioentity	4	bioentity_type_id	BioEntity Type	int	4	0	N		N	GL_bioentity_type	bioentity_type_id	Y	optionlist			Y	Y	N	Type of the BioEntity	"SELECT bioentity_type_id, bioentity_type_name FROM $TBGL_BIOENTITY_TYPE ORDER BY sort_order,bioentity_type_name"	
GL_bioentity	5	biosequence_id	BioSequence ID	int	4	0	Y		N	GL_biosequence	biosequence_id	N	optionlist			N	N	N	BioSequence identification	"SELECT 1,2"	
GL_bioentity	6	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_bioentity	7	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_bioentity	8	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_bioentity	9	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_bioentity	10	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_bioentity	11	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N				
GL_bioentity	12	record_status	Record Status	char	1	0	N	N	N							N	N				
GL_bioentity_type	1	bioentity_type_id	BioEntity Type ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_bioentity_type	2	bioentity_type_name	BioEntity Type Name	varchar	50	0	N		N			Y	text	40		Y	Y	Y	Name of this BioEntity Type		
GL_bioentity_type	3	bioentity_type_description	Description	varchar	255	0	N		N			Y	text	50		Y	Y	N	Longer description of this BioEntity Type		
GL_bioentity_type	4	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_bioentity_type	5	sort_order	Sort Order	int	4	0	N	10	N							N	N	N	Integer key by which these entities are usually sorted		
GL_bioentity_type	6	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_bioentity_type	7	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_bioentity_type	8	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_bioentity_type	9	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_bioentity_type	10	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N				
GL_bioentity_type	11	record_status	Record Status	char	1	0	N	N	N							N	N				
GL_regulatory_feature	1	regulatory_feature_id	Regulatory Feature ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_regulatory_feature	2	bioentity_id	Bioentity	int	4	0	N		N			Y	optionlist			Y	Y	N		"SELECT bioentity_id, bioentity_name FROM $TBGL_BIOENTITY ORDER BY bioentity_name"	
GL_regulatory_feature	3	regulatory_feature_type_id	Regulatory Feature Type	int	4	0	N		N	GL_regulatory_feature_type	regulatory_feature_type_id	Y	optionlist			Y	Y	N		"SELECT regulatory_feature_type_id, regulatory_feature_type_name FROM $TBGL_REGULATORY_FEATURE_TYPE ORDER BY sort_order,regulatory_feature_type_name"	
GL_regulatory_feature	4	regulatory_feature_name	Regulatory Feature Name	varchar	255	0	N		N			Y	text	40		Y	Y	Y	Name of this Regulatory Feature		
GL_regulatory_feature	5	regulatory_feature_description	Description	varchar	255	0	N		N			Y	text	50		Y	Y	N	Longer description of this Regulatory Feature		
GL_regulatory_feature	6	assay_id	Assay	int	4	0	Y		N	GL_assay	assay_id	N	optionlist			Y	Y	N		"SELECT assay_id, assay_name FROM $TBGL_ASSAY ORDER BY assay_name"	
GL_regulatory_feature	7	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_regulatory_feature	8	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_regulatory_feature	9	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_regulatory_feature	10	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_regulatory_feature	11	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_regulatory_feature	12	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N				
GL_regulatory_feature	13	record_status	Record Status	char	1	0	N	N	N							N	N				
GL_regulatory_feature_type	1	regulatory_feature_type_id	Regulatory Feature Type ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_regulatory_feature_type	2	parent_regulatory_feature_type_id	Parent Regulatory Feature Type	int	4	0	Y		N			N	optionlist			Y	Y	N	Optional Parent Type	"SELECT regulatory_feature_type_id, regulatory_feature_type_name FROM $TBGL_REGULATORY_FEATURE_TYPE ORDER BY sort_order,regulatory_feature_type_name"	
GL_regulatory_feature_type	3	regulatory_feature_type_name	Regulatory Feature Type Name	varchar	255	0	N		N			Y	text	40		Y	Y	Y	Name of this Regulatory Feature Type		
GL_regulatory_feature_type	4	regulatory_feature_type_description	Description	varchar	255	0	N		N			Y	text	50		Y	Y	N	Longer description of this Regulatory Feature Type		
GL_regulatory_feature_type	5	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_regulatory_feature_type	6	sort_order	Sort Order	int	4	0	N	10	N							Y	Y	N	Integer key by which these entities are usually sorted		
GL_regulatory_feature_type	7	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_regulatory_feature_type	8	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_regulatory_feature_type	9	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_regulatory_feature_type	10	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_regulatory_feature_type	11	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N				
GL_regulatory_feature_type	12	record_status	Record Status	char	1	0	N	N	N							N	N				
GL_interaction	1	interaction_id	Interaction ID	int	4	0	N		Y							N	N	N			pkDEFAULT
GL_interaction	2	bioentity1_id	BioEntity1	int	4	0	N		N	GL_bioentity	bioentity_id	Y	optionlist			Y	Y	N	Bioentity1	"SELECT bioentity_id, bioentity_name FROM $TBGL_BIOENTITY ORDER BY bioentity_name"	
GL_interaction	3	bioentity1_state_id	BioEntity1 State	int	4	0	Y		N	GL_bioentity_state	bioentity_state_id	N	optionlist			Y	Y	N	The State of Bioentity1	"SELECT bioentity_state_id, bioentity_state_name FROM $TBGL_BIOENTITY_STATE ORDER BY bioentity_state_name"	
GL_interaction	4	regulatory_feature1_id	Regulatory Feature of Bioentity1	int	4	0	Y		N	GL_regulatory_feature	regulatory_feature_id	N	optionlist			Y	Y	N	The Regulatory Feature of Bioentity1	"SELECT regulatory_feature_id, regulatory_feature_name FROM $TBGL_REGULATORY_FEATURE ORDER BY regulatory_feature_name"	
GL_interaction	5	interaction_type_id	Interaction Type	int	4	0	N		N	GL_interaction_type	interaction_type_id	Y	optionlist			Y	Y	N	The Type of Interaction	"SELECT interaction_type_id, interaction_type_name FROM $TBGL_INTERACTION_TYPE ORDER BY interaction_type_name"	
GL_interaction	6	bioentity2_id	BioEntity2	int	4	0	N		N	GL_bioentity	bioentity_id	Y	optionlist			Y	Y	N	Bioentity2	"SELECT bioentity_id, bioentity_name FROM $TBGL_BIOENTITY ORDER BY bioentity_name"	
GL_interaction	7	bioentity2_state_id	BioEntity2 State	int	4	0	Y		N	GL_bioentity_state	bioentity_state_id	N	optionlist			Y	Y	N	The State of Bioentity2	"SELECT bioentity_state_id, bioentity_state_name FROM $TBGL_BIOENTITY_STATE ORDER BY bioentity_state_name"	
GL_interaction	8	regulatory_feature2_id	Regulatory Feature of Bioentity2	int	4	0	Y		N	GL_regulatory_feature	regulatory_feature_id	N	optionlist			Y	Y	N	The Regulatory Feature of Bioentity2	"SELECT regulatory_feature_id, regulatory_feature_name FROM $TBGL_REGULATORY_FEATURE ORDER BY regulatory_feature_name"	
GL_interaction	9	confidence_score_id	Confidence Score for Interaction	int	4	0	Y		N	GL_confidence_score	confidence_score_id	N	optionlist			Y	Y	N	The Confidence Score for the Interaction	"SELECT 1,2"	
GL_interaction	10	interaction_name	Interaction Name	varchar	255	0	Y		N			N	text	50		Y	Y	Y	Common name of this Interaction		
GL_interaction	11	interaction_description	Description of Interaction	varchar	255	0	Y		N			N	text	50		Y	Y	N	Other Aliases for this Interaction		
GL_interaction	12	assay_id	Assay	int	4	0	Y		N	GL_assay	assay_id	N	optionlist			Y	Y	N	The Assay from which the Interaction was Determined	"SELECT assay_id, assay_name FROM $TBGL_ASSAY ORDER BY assay_name"	
GL_interaction	13	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_interaction	14	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_interaction	15	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_interaction	16	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_interaction	17	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_interaction	18	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N				
GL_interaction	19	record_status	Record Status	char	1	0	N	N	N							N	N				
GL_interaction_type	1	interaction_type_id	Interaction Type ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_interaction_type	2	parent_interaction_type_id	Parent Interaction Type	int	4	0	Y		N			N	optionlist			Y	Y	N	Optional Parent Type	"SELECT interaction_type_id, interaction_type_name FROM $TBGL_INTERACTION_TYPE ORDER BY sort_order,interaction_type_name"	
GL_interaction_type	3	interaction_type_name	Interaction Type Name	varchar	255	0	N		N			Y	text	40		Y	Y	Y	Name of this Interaction Type		
GL_interaction_type	4	interaction_type_description	Description	varchar	255	0	N		N			Y	text	50		Y	Y	N	Longer description of this Interaction Type		
GL_interaction_type	5	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_interaction_type	6	sort_order	Sort Order	int	4	0	N	10	N							Y	Y	N	Integer key by which these entities are usually sorted		
GL_interaction_type	7	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_interaction_type	8	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_interaction_type	9	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_interaction_type	10	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_interaction_type	11	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N				
GL_interaction_type	12	record_status	Record Status	char	1	0	N	N	N							N	N				
GL_bioentity_state	1	bioentity_state_id	Bioentity State ID	int	4	0	N		Y							N	N				pkDEFAULT
GL_bioentity_state	2	bioentity_state_name	Bioentity State Name	varchar	255	0	N		N			Y	text	40		Y	Y	Y	Name of this Bioentity State		
GL_bioentity_state	3	bioentity_state_description	Description	varchar	255	0	N		N			Y	text	50		Y	Y	N	Longer description of this Bioentity State		
GL_bioentity_state	4	comment	Comment	text	16	0	Y		N			N	textarea	4		Y	Y	N	Additional comments		
GL_bioentity_state	5	date_created	Date Record Created	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_bioentity_state	6	created_by_id	Record Created By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_bioentity_state	7	date_modified	Date Record Modified	datetime	8	0	N	CURRENT_TIMESTAMP	N							N	N				
GL_bioentity_state	8	modified_by_id	Record Modified By	int	4	0	N	1	N	contact	contact_id					N	N				
GL_bioentity_state	9	owner_group_id	Owner Group ID	int	4	0	N	1	N	work_group	work_group_id					N	N
GL_bioentity_state	10	record_status	Record Status	char	1	0	N	N	N							N	N
