Studies

Table Overview

Name$raw FiltersDescription
bnch$studyarchived$ column is not TrueLists all Studies
bnch$study_itemLists all Study items (see detailed description below)
bnch$study_schemaLists all Study schemas

Study (bnch$study)

Table RowDefinitionValue TypeExample values (if applicable)Notes
idUnique Benchling-prescribed ID for each line item in tableCharacter Varyingstdy_btFSmR0zPrimary key for a table
source_idThe id of the project that the object's permissions comes fromForeign key for project.idsrc_hh9ffHqV
nameName of the StudyCharacter VaryingParameter screen for BT-111, Testing stability of BT-142 using accelerated degradation, etc
design_entry_idThe id of the design entry for the studyForeign key for entry.idetr_Y3cmkCdx, nullOnly applicable to Custom Studies - will be null for other study types.
phaseThe study's phaseCharacter VaryingDESIGN, EXECUTION, COMPLETE
display_idDisplay name for object in BenchlingPrefix-unique numberCLIN1, ADT12, etc
descriptionDescription of the studyTextThree month stability study for example drug candidate
schema_idUnique identifier for schema which object is derived fromForeign key for study_schema.idstdysch_CfbbyrNX
urlurl for each object in BenchlingBrowser URLhttps://demo.benchling.com/#biotech-org/f/lib_J3tmt8BP-Entry%20Namet/etr_gRogHFOb-untitled/edit
creator_idUnique identifier for creator of objectForeign key for user.ident_yXrL3BjX
created_atCreated date for objectTimestamp without timezone2024-08-20T14:53:15.458544
modified_atMost recent modified date for objectTimestamp without timezone2024-08-23T13:34:03.96262
archived$Archival state for object in BenchlingBooleanTrue, FalseTrue indicates the object is archived
archive_purpose$Archival reason for object in BenchlingTextnull, Made in Error, Retired, Other, etcnull indicates the object is not archived

Study Item (bnch$study_item)

This table is a “join” or “association” table that tracks the associations between various items (such as entities or containers) and Studies. In the Benchling application itself you won’t see these association objects listed anywhere. Instead, you see them on either end of the association. On an item like an entity you see the studies that it is associated with. On a study you see a list of items that have been associated with it.

For each row in this table, item_id and study_id will always be populated, and then depending on the item’s type, one of the various item-type-specific columns like entity_id will be populated, with the rest null. So if the item being associated is an entity, with the ID bfi_UVTa6PyJ, you will see bfi_UVTa6PyJ listed in both the item_id and entity_id columns for that row, and the other item-type-specific columns such as entry_id will be null for that row.

Table RowDefinitionValue TypeExample values (if applicable)Notes
idUnique Benchling-prescribed ID for each line item in tableFormat dependent on tablestdyitasn_d7LnbtQsFK7nEBXePrimary key for this table. This is the ID of the association record itself, not the ID of the associated item or study.
source_idThe id of the project that the study item’s permissions comes fromForeign key for project.idsrc_ZJ0kzmAm
item_idThe id of the item associated with the studyForeign key for table dependent on item typeetr_gLFsdk9K, wftask_68fZLY8W, etc
study_idThe id of the study that the item is associated withForeign key for bnch$study.idstdy_fBzbWXmN
analysis_idThe id of the study item, if the item is an analysisCharacter Varyingana_EoHIlnUD, nullDeveloper ID of the analysis. null if the item is not an analysis
box_idThe id of the study item, if the item is a boxForeign key for box.idbox_ePewYTZf, nullnull if the item is not a box
container_idThe id of the study item, if the item is a containerForeign key for container.idcon_ZjUDdMtk, nullnull if the item is not a container
dataset_idThe id of the study item, if the item is a datasetCharacter Varyingdataset_mTIt1shB, nullDeveloper ID of the dataset. null if the item is not a dataset
entity_idThe id of the study item, if the item is an entityForeign key for entity.idbfi_UVTa6PyJ, prtn_cIKy9MlJ, nullnull if the item is not an entity
entry_idThe id of the study item, if the item is an entryForeign key for entry.idetr_gLFsdk9K, nullnull if the item is not an entry
plate_idThe id of the study item, if the item is a plateForeign key for plate.idplt_5JHwKzwE, nullnull if the item is not a plate
request_v2_submission_idThe id of the study item, if the item is a requestForeign key for bnch$request_v2_submission$beta.idrqsm_uESZvYDN, nullnull if the item is not a request
test_order_idThe id of the study item, if the item is a test orderForeign key for bnch$test_order$beta.idtord_ftNuIhp3, nullnull if the item is not a test order
workflow_task_idThe id of the study item, if the item is a workflow taskForeign key for workflow_task.idwftask_m6jQuRAx, nullnull if the item is not a workflow task
worksheet_idThe id of the study item, if the item is a worksheetForeign key for bnch$worksheet$alpha.idwks_EVsCXlta, nullnull if the item is not a worksheet
creator_idUnique identifier for creator of objectForeign key for user.ident_yXrL3BjX
created_atCreated date for objectTimestamp without time zone2020-06-04T00:11:56.132400
modified_atMost recent modified date for objectTimestamp without time zone2020-06-04T00:11:56.132400

Study Schema (bnch$study_schema)

Table RowDefinitionValue TypeExample values (if applicable)Notes
idUnique Benchling-prescribed ID for each line item in tableFormat dependent on tablestdysch_CfbbyrNXPrimary key for a table
schema_typeSchema type selected for schema of objectTextstudy
nameName of object in BenchlingCharacter varyingStability Study
system_nameName of warehouse table for this schemaCharacter varyingstability_study
prefixPrefix used for display IDs when creating studies from this schemaCharacter varyingADT, PDT, CLIN, etc
archived$Archival state for object in BenchlingBooleanTrue, FalseTrue indicates the object is archived
archive_purpose$Archival reason for object in BenchlingTextnull, Made in Error, Retired, Other, etcnull indicates the object is not archived