Skip to main content
Module

x/typeorm/src/persistence/SubjectChangeMap.ts>SubjectChangeMap

Forked from https://github.com/typeorm/typeorm
Latest
interface SubjectChangeMap
import { type SubjectChangeMap } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/persistence/SubjectChangeMap.ts";

Change for insertion or updation of the column of the subject.

Properties

optional
column: ColumnMetadata

Column that needs to be changed. Either column, either relation must be set in the change.

optional
relation: RelationMetadata

Relation that needs to be changed. Either column, either relation must be set in the change.

value: Subject | any

Value needs to be inserted into given column. This value can also be another subject, when this column has a referenced column.