Mixtures and Batches

Table Overview

Name$raw FiltersDescription
mixturearchived$ column is not TrueLists all mixtures
mixture_ingredientLists all ingredients of mixtures
batch_schemaLists all batch schemas
batcharchived$ column is not TrueLists all batches

mixture

Table RowDefinitionValue TypeExample values (if applicable)Notes
idUnique Benchling-prescribed ID for each line item in tableCharacter Varyingsfso_2v93jfF9, etc.Primary key for a table
source_idThe project or registry that the object's permissions comes fromForeign key for project.id or registry IDsrc_hh9ffHqVIf an object isn't in a project, the permissions will be derived from the Registry
archived$Archival state for dropdown in BenchlingBooleanTRUE, FALSEtrue = object archived
archive_purpose$Archival reason for object in BenchlingTextnull, Made in Error, Retired, OtUnique identifier for an Organization's Registryher, etcnull = object not archived
nameName of dropdown option in BenchlingCharacter VaryingTransfection Entry, QC Results, Therapeutic Cell Line, etc.
file_registry_idUnique Benchling Registry ID associated with each registered entityText"p001"
creator_idUnique identifier for creator of objectForeign key for user.ident_yXrL3BjX
created_atCreated date for object (when the entity was originally created)Timestamp without timezone2019-12-06T23:24:44.885478
schema_idUnique identifier for schema containing objectForeign key for schema.idts_IOGwR6u4
folder_idUnique identifier for folder containing objectForeign key for folder.idlib_J3tmt8BPIf object not in folder, then folder_id = project_id.If null, then object not in folder/project
project_idUnique identifier for project containing objectForeign key for project.idsrc_PDSy77zEIf null, then object isn't contained within a project
modified_atMost recent modified date for objectTimestamp without timezone2019-12-06T23:24:44.885478
typeSelected type of entities for a schema objectdna_sequence, aa_sequence, custom_entity, entrydna_sequence, aa_sequence, custom_entity, entryOligo schema are listed as dna_sequence types
validation_statusRegistration validation status of objectPASSED, FAILEDPASSED, FAILED
urlURL for each object in BenchlingBrowser URLhttps://demo.benchling.com/#biotech-org/f/lib_J3tmt8BP-Entry%20Namet/etr_gRogHFOb-untitled/edit
is_registeredDenotes whether this object is registeredBooleanTRUE, FALSE
amountHow much of the mixtureDouble100
unitsUnitsCharacter Varyinggrams
allows_measured_ingredientsWhether you can have measured ingredients in this mixtureBooleanTRUE, FALSE

mixture_ingredient

Table RowDefinitionValue TypeExample values (if applicable)Notes
idUnique Benchling-prescribed ID for each line item in tableCharacter Varyingsfso_2v93jfF9, etc.Primary key for a table
source_idThe project or registry that the object's permissions comes fromForeign key for project.id or registry IDsrc_hh9ffHqVIf an object isn't in a project, the permissions will be derived from the Registry
created_at$Created date for object (when the entity was originally created)Timestamp without timezone2019-12-06T23:24:44.885478
modified_at$Most recent modified date for objectTimestamp without timezone2019-12-06T23:24:44.885478
mixture_idUnique ID for mixture objectForeign key for mixture.idbfi_gQMDFBm4
component_entity_idUnique identifier for entity objectForeign key for registry_entity.idbfi_cooUBrYb
amountAmount of contentFloating Point6, 6.87, 7799499.2359, etc
amount_textAmount as textCharacter Varying100 grams

batch_schema

Table RowDefinitionValue TypeExample values (if applicable)Notes
idUnique Benchling-prescribed ID for each line item in tableCharacter Varyingsfso_2v93jfF9, etc.Primary key for a table
schema_typeSchema type selected for schema of objectTextentity, assay_result, assay_run, request, location, box, container, plate, batchSee Schema table for more information
nameName of object in BenchlingCharacter VaryingTransfection Entry, QC Results, Therapeutic Cell Line, etc
archived$Archival state for dropdown in BenchlingBooleanTRUE, FALSEtrue = object archived
archive_purpose$Archival reason for object in BenchlingTextnull, Made in Error, Retired, Other, etcnull = object not archived
registry_idUnique identifier for an Organization's RegistryForeign Key for registry IDsrc_rdw6rOsL1 Registry per Organization
entity_schema_idUnique identifier for schema objectForeign key for schema.idts_XDQ0OW6s

batch

Table RowDefinitionValue TypeExample values (if applicable)Notes
idUnique Benchling-prescribed ID for each line item in tableCharacter Varyingsfso_2v93jfF9, etc.Primary key for a table
source_idThe project or registry that the object's permissions comes fromForeign key for project.id or registry IDsrc_hh9ffHqVIf an object isn't in a project, the permissions will be derived from the Registry
archived$Archival state for dropdown in BenchlingBooleanTRUE, FALSEtrue = object archived
archive_purpose$Archival reason for object in BenchlingTextnull, Made in Error, Retired, Other, etcnull = object not archived
nameName of object in BenchlingCharacter VaryingTransfection Entry, QC Results, Therapeutic Cell Line, etc
creator_idUnique identifier for creator of objectForeign key for user.ident_yXrL3BjX
created_atCreated date for objectTimestamp without timezone2019-12-06T23:24:44.885478
modified_atMost recent modified date for objectTimestamp without timezone2019-12-06T23:24:44.885478
schema_idUnique identifier for schema containing objectForeign key for schema.idts_IOGwR6u4
entity_idUnique identifier for entity objectForeign key for registry_entity.idbfi_cooUBrYb
concentration_siConcentration value for content - note that this is in SI units, not the original units created in the application.Floating Point6, 6.87, 7799499.2359, etc
concentration_display_unitsOriginal concentration units for concentration_si value. For example, 5 g / L will have 0.005 in the concentration_si column and "g / L" in the concentration_display_units column.Concentration Unitsug/mL
urlURL for each object in BenchlingBrowser URLhttps://demo.benchling.com/#biotech-org/f/lib_J3tmt8BP-Entry%20Namet/etr_gRogHFOb-untitled/edit
typeSelected type of entities for a schema objectdna_sequence, aa_sequence, custom_entity, entrydna_sequence, aa_sequence, custom_entity, entryOligo schema are listed as dna_sequence types

What’s Next