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

PostgreSqlProperty

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

PostgreSql property.

interface PostgreSqlProperty {
enabled?: boolean;
numericValue?: bigint;
property?: string;
}

§Properties

§
enabled?: boolean
[src]

Required. The property is enabled.

§
numericValue?: bigint
[src]

Required. The property numeric value.

§
property?: string
[src]

Required. The property name.