view_table_dataset_attributes


Columns

Column Type Size Nulls Auto Default Children Parents Comments
dataset_id INT 10 0

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

dataset_name MEDIUMTEXT 16777215 null

Describes the dataset.

dataset_description MEDIUMTEXT 16777215 null

The name of this dataset.

attribute_id INT 10 0

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

attribute_name VARCHAR 255 null

Defines the name of the attribute.

attribute_description VARCHAR 255 null

Describes the attribute. This should expand on the name to make it clear what the attribute actually is.

attribute_type enum('int', 'float', 'char') 5 int

Describes the data type of the attribute. This can be INT, FLOAT or CHAR type.

target_table VARCHAR 255 germinatebase
foreign_id INT 10 null

Foreign key to germinatebase (germinatebase.id).

attribute_value MEDIUMTEXT 16777215 null

The value of the attribute.

View Definition


Possibly Referenced Tables/Views