Contents

renameColumn(named:to:)

Changes the name of an existing column.

Declaration

mutating func renameColumn(named: String, to: String)

Parameters

  • named:

    The name of the column to rename.

  • to:

    The new name for the column.