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.
Changes the name of an existing column.
mutating func renameColumn(named: String, to: String)The name of the column to rename.
The new name for the column.