has 'on_delete' => ( is => 'rw', required => 0);
has 'on_update' => ( is => 'rw', required => 0);
- around add_column(Column $column) {
+ around add_column(Column $column does coerce) {
if ($self->has_type && $self->type eq 'PRIMARY KEY') {
$column->is_primary_key(1);
}