Public Vars

Back

add-column (clj)

(source)

function

(add-column & col-elems)
Add a single column to a table (see `alter-table`). Accepts any number of SQL elements that describe a column: (add-column :name [:varchar 32] [:not nil])

Examples