plat_platform


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
proj_project_platform.proj_platform fk_platform_project_platform R
label VARCHAR 255 NULL
url VARCHAR 255 NULL
rcr VARCHAR 255 NULL
login VARCHAR 255 NULL
password VARCHAR 255 NULL
format VARCHAR 255 NULL
type VARCHAR 255 NULL
library VARCHAR 191 NULL
lib_library.identifier fk_platform_library R
lot VARCHAR 191 NULL
lot_lot.identifier fk_platform_lot R
version BIGINT 19 null
created_by VARCHAR 191 'system'
last_modified_by VARCHAR 191 'system'
created_date TIMESTAMP 19 current_timestamp()
last_modified_date TIMESTAMP 19 current_timestamp()

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc identifier
fk_platform_library Performance Asc library
fk_platform_lot Performance Asc lot

Relationships