MySqlProperty
import type { MySqlProperty } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
MySql property.
interface MySqlProperty {
enabled?: boolean;
numericValue?: bigint;
property?: string;
}import type { MySqlProperty } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
MySql property.