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"))
Wow, you even documented your change. Much thanks. I've pushed the patch to the repository.
postmodern-devel@common-lisp.net