Rename

Add a table

Table name:


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

Attributes



% }

Comments:

% if ($s->tables) {

After table:

% }

Delete

SQL


This page allows you to execute the SQL once you have viewed it.

Syncing SQL

<& login_form.mas &>

This page shows you the SQL needed to sync up this schema object and any corresponding schema in the RDBMS backend that may exist.

% if ($has_graphviz) {

Graph

% }

Instantiation

% if ($s->instantiated) { % } else { % }

Note: This action only changes the schema object's internal state. It will not actually remove the schema from the backend RDBMS.

<%args> $s <%init> my @tables = $s->tables; my $last = $tables[-1]; my $has_graphviz = eval { require GraphViz; 1 };