storagedata


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
germinatebase_id INT 10 null
germinatebase.id storagedata_ibfk_1C
storage_id INT 10 null
storage.id storagedata_ibfk_2C
created_on DATETIME 26 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 26 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
germinatebase_id Performance Asc germinatebase_id
storage_id Performance Asc storage_id

Relationships