Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateOptions

Hierarchy

  • MigrateOptions

Index

Properties

Properties

Optional auth

auth: undefined | { password: string; username?: undefined | string }

是否添加 AUTH 选项,默认不添加。

  • 4.0.7 开始支持 auth password 选项。
  • 6.0.0 开始支持使用 username 选项。

Optional copy

copy: undefined | boolean

是否添加 COPY 选项,默认不添加

  • 3.0.0 开始支持 COPY 选项。

Optional replace

replace: undefined | boolean

是否添加 REPLACE 选项,默认不添加。

Generated using TypeDoc