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

MySqlProperty

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

MySql property.

interface MySqlProperty {
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.