Delete

Name

% if ( Alzabo::Table->can('attributes') ) {

Change/add attributes/constraints:

(to delete an attribute simply erase it)
% foreach my $a (sort $t->attributes) {
% }

% }

Comment


Add column

Name:


Comment:


Type:

% if ( $s->rules->feature('extended_column_types') ) {

Enter your type if it is not on the list:

% }

Length/precision:

,

Default:


Attributes/Constraints:



Primary key:

Sequenced:

Allow nulls:

% if ($t->columns) {

After column:

% }
% if ( (my @tables = $s->tables) > 2) {

Move

After table:

% } <%args> $s $t <%init> my @columns = $t->columns; my $last = $columns[-1];