Public Vars

Back

drop-column (clj)

(source)

function

(drop-column col)
Takes one or more column names (use with `alter-table`). Accepts an `IF EXISTS` flag (keyword or symbol) before any column names. (alter-table :foo (drop-column :bar :if-exists :quux))

Examples