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

MySqlSchemaDetails

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

Specific details for a Mysql database.

interface MySqlSchemaDetails {
storageEngines?: MySqlStorageEngineDetails[];
}

§Properties

§

Optional. Mysql storage engine tables.