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

SourceSqlChange

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

Options to configure rule type SourceSqlChange. The rule is used to alter the sql code for database entities. The rule filter field can refer to one entity. The rule scope can be: StoredProcedure, Function, Trigger, View

interface SourceSqlChange {
sqlCode?: string;
}

§Properties

§
sqlCode?: string
[src]

Required. Sql code for source (stored procedure, function, trigger or view)