Doced {add_drop_table} option to deploy
Ash Berlin [Tue, 11 Jul 2006 13:38:02 +0000 (13:38 +0000)]
lib/DBIx/Class/Schema.pm

index c7214ca..427faeb 100644 (file)
@@ -701,6 +701,10 @@ Attempts to deploy the schema to the current storage using L<SQL::Translator>.
 Note that this feature is currently EXPERIMENTAL and may not work correctly
 across all databases, or fully handle complex relationships.
 
+See L<SQL::Translator/METHODS> for a list of values for C<$sqlt_args>. The most
+common value for this would be C<< { add_drop_table => 1, } >> to have the SQL
+produced include a DROP TABLE statement for each table created.
+
 =cut
 
 sub deploy {