Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SchemaEntity

import type { SchemaEntity } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Schema typically has no parent entity, but can have a parent entity DatabaseInstance (for database engines which support it). For some database engines, the terms schema and user can be used interchangeably when they refer to a namespace or a collection of other database entities. Can store additional information which is schema specific.

interface SchemaEntity {
customFeatures?: {
[key: string]: any;
}
;
}

§Properties

§
customFeatures?: {
[key: string]: any;
}
[src]

Custom engine specific features.