view_table_collaborators


Columns

Column Type Size Nulls Auto Default Children Parents Comments
collaborator_id INT 10 0
collaborator_first_name VARCHAR 255 null

Last name (surname) of the author(s), researcher(s), scientist(s), student(s) responsible for producing the information product.

collaborator_last_name VARCHAR 255 null

First name (and middle name if available) of the author(s), researcher(s), scientist(s), student(s) responsible for producing the information product.

collaborator_email VARCHAR 255 null

E-mail address of the author(s), researcher(s), scientist(s), student(s) responsible for producing the information product.

collaborator_phone VARCHAR 255 null

Phone number of the author(s), researcher(s), scientist(s), student(s) responsible for producing the information product.

institution_id INT 10 0

Primary id for this table. This uniquely identifies the row.

institution_name VARCHAR 255

The institute name.

institution_address MEDIUMTEXT 16777215 null

The postal address of the institute.

dataset_id INT 10 0

Primary id for this table. This uniquely identifies the row.

country_id INT 10 0

Primary id for this table. This uniquely identifies the row.

country_name VARCHAR 255

Country name.

country_code2 CHAR 2

ISO 2 Code for country.

country_code3 CHAR 3

ISO 3 Code for country.

View Definition