Delete

Name

Edit

Change comment:

Change type:

% if ( $s->rules->feature('extended_column_types') ) {
Enter your type if it is not on the list:
% }

Change length/precision:

,

Change default:

Change/add attributes/constraints:
(to delete an attribute simply erase it)

% foreach my $a (sort $c->attributes) {
% }

Primary key:

is_primary_key ? 'checked' : '' %>>

Sequenced:

sequenced ? 'checked' : '' %>>

Allow nulls:

nullable ? 'checked' : '' %>>
% if ( (my @cols = $t->columns) > 2 ) {

Move

Move column

After column:
% } <%args> $s $t $c <%init> use Alzabo::GUI::Mason; my $is_extended_type = ( $s->rules->feature('extended_column_types') && ! grep { $c->type eq $_ } $s->rules->column_types );