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

MigrationMeta

interface MigrationMeta {
bps: boolean;
folderMillis: number;
hash: string;
sql: string[];
}

§Properties

§
bps: boolean
[src]
§
folderMillis: number
[src]
§
hash: string
[src]
§
sql: string[]
[src]