Public Vars

Back

rename-table (clj)

(source)

function

(rename-table new-table)
Accepts a single table name and, despite its name, actually means RENAME TO: (alter-table :foo (rename-table :bar)) Produces: ALTER TABLE foo RENAME TO bar

Examples