MySqlVariable
import type { MySqlVariable } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
MySql variable.
interface MySqlVariable {
category?: string;
value?: string;
variable?: string;
}import type { MySqlVariable } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
MySql variable.