deploy()
my $schema = MyApp::Schema->connect( $dsn,$user,$password,); $schema->deploy( { add_drop_table => 1 } );
当然,上面会删除你现有的表:)