Public Vars

Back

alter-column (clj)

(source)

function

(alter-column & col-elems)
Like add-column, accepts any number of SQL elements that describe the new column definition: (alter-column :name [:varchar 64] [:not nil])

Examples