my $table = SQL::Table->new(name => "client"); push(@{$table->columns}, SQL::Column->new(name => "id", type => { char => 50 }); $table->commit();