Generated reference · Data / schema

isis — data model

Tables, columns, enums, and foreign-key relations — generated from the committed Prisma schema.

24tables14enums17relations

On this page

The persisted data model of isis, generated from its schema.prisma — every table (Prisma model + its Postgres @@map name), its columns, the enums it defines, and the foreign-key edges that wire them together.

24Tables
450Columns
14Enums
17FK relations

Tables (24)#

GenerationJobgeneration_jobs#
id String PKtype GenerationTypestatus JobStatuspriority JobPriorityprogress Intprompt String?negativePrompt String?inputUrl String?modelId String?workflowId String?parameters JsonoutputData Json?previewUrl String?errorMessage String?errorCode String?retryCount Int +21 more
FK: modelModelRegistry · workflowWorkflow
Workflowworkflows#
id String PKname Stringdescription String?engine WorkflowEnginecategory WorkflowCategorystatus WorkflowStatusvisibility WorkflowVisibilitycurrentVersion StringtotalVersions Intparameters Jsonoutputs Jsonrequirements Jsondefinition JsonpreviewImage String?tags String[]runCount Int +16 more
WorkflowVersionworkflow_versions#
id String PKworkflowId Stringversion Stringchangelog String?definition Jsonparameters Jsonrequirements Jsondeprecated Booleanauthor Stringmetadata JsoncreatedAt DateTime
FK: workflowWorkflow Cascade
WorkflowStarworkflow_stars#
id String PKworkflowId StringuserId StringcreatedAt DateTime
FK: workflowWorkflow Cascade
WorkflowTemplateworkflow_templates#
id String PKname Stringdescription String?engine WorkflowEnginecategory WorkflowCategorydefinition Jsonparameters JsonpreviewImage String?tags String[]featured BooleanusageCount IntcreatedAt DateTimeupdatedAt DateTime
GeneratedOutputgenerated_outputs#
id String PKname Stringdescription String?type OutputFileTypemimeType Stringsize BigInthashAlgorithm HashAlgorithmhashValue StringstorageBucket StringstorageKey StringstorageTier StorageTierstorageRegion String?status OutputStatuswidth Int?height Int?depth Int? +16 more
FK: jobGenerationJob · workflowWorkflow · parentEdgesLineageEdge · childEdgesLineageEdge
LineageEdgelineage_edges#
id String PKsourceId StringtargetId Stringtype LineageEdgeTypetransformation String?weight Float?createdAt DateTime
FK: sourceGeneratedOutput Cascade · targetGeneratedOutput Cascade
Provenanceprovenance#
id String PKoutputId String uniqjobId String? uniqworkflowInfo Json?modelInfo Json?lorasUsed Jsonparameters Jsoninputs Jsonseed Int?generatedAt DateTimegenerationDuration Int?gpu String?provider String?cost Float?createdAt DateTimeupdatedAt DateTime
FK: outputGeneratedOutput Cascade · jobGenerationJob
ModelRegistrymodel_registry#
id String PKname Stringdescription String?type ModelTypeformat ModelFormatversion StringstoragePath StringsizeBytes BigInthashAlgorithm HashAlgorithmhashValue StringbaseModel String?trainedOn String?triggerWords String[]tags String[]metadata JsoncompatibleEngines WorkflowEngine[] +12 more
ModelCardmodel_cards#
id String PKslug String uniqname Stringsummary Stringdescription String?primaryDomain Stringdomains String[]status StringmodelId StringmodelVersionId String?modelType Stringformat Stringversion Stringsource Jsoncreator JsonpreviewAssets Json +16 more
ModelVersionmodel_versions#
id String PKslug String uniqname Stringsummary Stringdescription String?primaryDomain Stringdomains String[]status StringmodelId StringmodelCardId String?version StringmodelType Stringformat Stringsource Jsonlineage Jsonfiles Json +14 more
ProvenanceBundleprovenance_bundles#
id String PKslug String uniqtitle Stringsummary Stringdescription String?primaryDomain Stringdomains String[]subjectType Stringstatus StringprimaryArtifactId Stringartifacts Jsonworkflow Json?models Jsoninputs JsonlineageNodes JsonlineageEdges Json +10 more
ReviewPackagereview_packages#
id String PKslug String uniqtitle Stringsummary Stringdescription String?primaryDomain Stringdomains String[]artifactRef StringartifactType StringartifactId String?artifactVersion String?releaseChannel String?ownerId StringrequestedById Stringstatus Stringpriority String +24 more
ReviewStageGraphreview_stage_graphs#
id String PKgraphId Stringversion Stringname Stringdescription String?status StringapplicableArtifactTypes String[]applicableReleaseChannels String[]defaultPriority StringpolicyBundleId String?ownerId Stringnodes Jsonmetadata JsonpublishedAt DateTime?deprecatedAt DateTime?retiredAt DateTime? +2 more
RetentionPolicyretention_policies#
id String PKname String uniqdescription String?hotRetentionDays IntwarmRetentionDays IntcoldRetentionDays InttotalRetentionDays IntarchiveAfterInactivityDays Int?outputTypes OutputFileType[]tags String[]isActive BooleanorganizationId String?createdAt DateTimeupdatedAt DateTime
GpuWorkergpu_workers#
id String PKname Stringhostname StringgpuType StringgpuMemoryMb IntgpuCount IntsupportedTypes GenerationType[]supportedEngines WorkflowEngine[]maxConcurrentJobs Intstatus StringlastHeartbeat DateTime?currentJobId String?totalJobsProcessed InttotalGpuTimeSeconds BigIntaverageJobDuration Float?metadata Json +2 more
AuditLogaudit_log#
id String PKaction StringentityType StringentityId StringpreviousState Json?newState Json?changes Json?userId String?ipAddress String?userAgent String?requestId String?metadata JsoncreatedAt DateTime
CanonicalAuditEventcanonical_audit_events#
eventId String PKoccurredAt DateTimeingestedAt DateTimeaction Stringoutcome Stringseverity StringactorType StringactorId String?actorRole String?actorLabel String?actorSystem BooleanresourceType StringresourceId String?resourceName String?domain StringparentResourceType String? +16 more
Pipelinepipeline_state_pipelines#
id String PKname Stringstatus StringstartedAt DateTimecompletedAt DateTime?metadata Json?tenantId String?userId String?chains Chain[]
Chainpipeline_state_chains#
id String PKpipelineId Stringname Stringstatus StringstartedAt DateTime?completedAt DateTime?phases Phase[]
FK: pipelinePipeline Cascade
Phasepipeline_state_phases#
id String PKchainId Stringname StringphaseType Stringstatus StringstartedAt DateTime?completedAt DateTime?durationMs Int?ordinal Intartifacts PhaseArtifact[]checkpoints Checkpoint[]
FK: chainChain Cascade
PhaseArtifactpipeline_state_phase_artifacts#
id String PKphaseId Stringkey StringmimeType StringinlineData Json?artifactUri String?createdAt DateTime
FK: phasePhase Cascade
Checkpointpipeline_state_checkpoints#
id String PKphaseId Stringstatus StringawaitedAt DateTimedeadlineAt DateTimedecisions CheckpointDecision[]
FK: phasePhase Cascade
CheckpointDecisionpipeline_state_checkpoint_decisions#
id String PKcheckpointId Stringstatus Stringreviewer StringreviewedAt DateTimenotes String?modifications Json?
FK: checkpointCheckpoint Cascade

Enums (14)#

JobStatus6 values
PENDINGQUEUEDRUNNINGCOMPLETEDFAILEDCANCELLED
JobPriority4 values
LOWNORMALHIGHURGENT
GenerationType15 values
TEXT_TO_IMAGEIMAGE_TO_IMAGETEXT_TO_VIDEOIMAGE_TO_VIDEOTEXT_TO_3DIMAGE_TO_3DTEXT_TO_AUDIOVOICE_SYNTHESISMUSIC_GENERATIONUPSCALINGINPAINTINGBLENDER_RENDERGAUSSIAN_SPLATTINGMESH_PROCESSINGTEXTURE_UPSCALE
WorkflowEngine5 values
COMFYUIBLENDERUNREALGODOTCUSTOM
WorkflowStatus4 values
DRAFTPUBLISHEDDEPRECATEDARCHIVED
WorkflowVisibility4 values
PRIVATETEAMORGANIZATIONPUBLIC
WorkflowCategory12 values
IMAGE_GENERATIONVIDEO_GENERATIONAUDIO_GENERATIONGENERATION_3DUPSCALINGSTYLE_TRANSFERINPAINTINGCOMPOSITINGRENDERINGSIMULATIONUTILITYOTHER
OutputFileType11 values
IMAGEVIDEOAUDIOMODEL_3DPOINT_CLOUDANIMATIONTEXTUREMATERIALDOCUMENTDATAOTHER
OutputStatus5 values
PENDINGAVAILABLEARCHIVEDEXPIREDDELETED
StorageTier4 values
HOTWARMCOLDGLACIER
HashAlgorithm4 values
SHA256SHA512MD5BLAKE3
LineageEdgeType5 values
DERIVED_FROMCOMPOSED_OFREFINED_FROMUPSCALED_FROMCONVERTED_FROM
ModelType7 values
CHECKPOINTLORACONTROLNETVAEEMBEDDINGUPSCALERCUSTOM
ModelFormat8 values
SAFETENSORSPYTORCHONNXGGUFBLENDGLTFFBXOTHER