![](https://secure.gravatar.com/avatar/d4f7188986ec942bde49c8897723d9c7.jpg?s=120&d=mm&r=g)
25 Aug
2009
25 Aug
'09
12:48 p.m.
Patch attached adds an :add-column action to :alter-table where the column should be the same form as a column in :create-table. For example: (:alter-table table :add-column col-name :type string :default "default")) -- Daniel White