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

SingleEntityRename

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

Options to configure rule type SingleEntityRename. The rule is used to rename an entity. The rule filter field can refer to only one entity. The rule scope can be one of: Database, Schema, Table, Column, Constraint, Index, View, Function, Stored Procedure, Materialized View, Sequence, UDT, Synonym

interface SingleEntityRename {
newName?: string;
}

§Properties

§
newName?: string
[src]

Required. The new name of the destination entity