set default values for columns

im trying to add a column to a existing table, is there a way to set a default value for that column? 

The nested definition in has defaultValue, defaultValueNumeric, etc. attributes you can set to specify the default value.


See http://www.liquibase.org/manual/add_column


Nathan