Table::Denormalized::Column - Encapsulate information for a SQL column
This module trivially encapsulates the information about a column in an SQL database as the pair of name and type.
name
Accessor for the column name
type
Accessor for the column type
$column->as_sql
Returns an SQL fragment suitable to be used in an ALTER TABLE ADD COLUMN %s
statement.
Max Maischein, <corion@cpan.org>