diff Lib/IMPL/SQL/Schema/MySQL/Formatter.pm @ 283:2f06250bab5f

*IMPL::SQL::MySQL fixed issues with foreign keys and drop table
author sergey
date Tue, 12 Feb 2013 18:43:32 +0400
parents 47db27ed5b43
children
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/MySQL/Formatter.pm	Tue Feb 12 01:24:36 2013 +0400
+++ b/Lib/IMPL/SQL/Schema/MySQL/Formatter.pm	Tue Feb 12 18:43:32 2013 +0400
@@ -13,7 +13,7 @@
     CharType          => '-IMPL::SQL::Schema::MySQL::CharType',
     EnumType          => '-IMPL::SQL::Schema::MySQL::EnumType',
     TraitsDropTable   => '-IMPL::SQL::Schema::Traits::DropTable',
-    TraitsCreateTable => '-IMPL::SQL::Schema::Traits::CreateTable',
+    TraitsCreateTable              => '-IMPL::SQL::Schema::Traits::CreateTable',
     TraitsAlterTableDropConstraint => '-IMPL::SQL::Schema::Traits::AlterTableDropConstraint',
     TraitsAlterTableAddConstraint  => '-IMPL::SQL::Schema::Traits::AlterTableAddConstraint',
     TraitsAlterTableDropColumn     => '-IMPL::SQL::Schema::Traits::AlterTableDropColumn',