NAME
MT::ObjectDriver::DDL
DESCRIPTION
SYNOPSIS
my $ddl = $driver->ddl_class->new();
$ddl->create_table($class);
my @ddl = $ddl->as_ddl;
$ddl->add_column($class, 'foo');
my @ddl = $ddl->as_ddl;
METHODS
$ddl->add_column()
$ddl->create_table()
$ddl->drop_table()
$ddl->drop_column()
$ddl->create_index()
$ddl->drop_index()
AUTHOR & COPYRIGHT
Please see "AUTHOR & COPYRIGHT" in MT.
