comparison 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
comparison
equal deleted inserted replaced
282:68d905f8dc43 283:2f06250bab5f
11 Index => '-IMPL::SQL::Schema::Constraint::Index', 11 Index => '-IMPL::SQL::Schema::Constraint::Index',
12 ForeignKey => '-IMPL::SQL::Schema::Constraint::ForeignKey', 12 ForeignKey => '-IMPL::SQL::Schema::Constraint::ForeignKey',
13 CharType => '-IMPL::SQL::Schema::MySQL::CharType', 13 CharType => '-IMPL::SQL::Schema::MySQL::CharType',
14 EnumType => '-IMPL::SQL::Schema::MySQL::EnumType', 14 EnumType => '-IMPL::SQL::Schema::MySQL::EnumType',
15 TraitsDropTable => '-IMPL::SQL::Schema::Traits::DropTable', 15 TraitsDropTable => '-IMPL::SQL::Schema::Traits::DropTable',
16 TraitsCreateTable => '-IMPL::SQL::Schema::Traits::CreateTable', 16 TraitsCreateTable => '-IMPL::SQL::Schema::Traits::CreateTable',
17 TraitsAlterTableDropConstraint => '-IMPL::SQL::Schema::Traits::AlterTableDropConstraint', 17 TraitsAlterTableDropConstraint => '-IMPL::SQL::Schema::Traits::AlterTableDropConstraint',
18 TraitsAlterTableAddConstraint => '-IMPL::SQL::Schema::Traits::AlterTableAddConstraint', 18 TraitsAlterTableAddConstraint => '-IMPL::SQL::Schema::Traits::AlterTableAddConstraint',
19 TraitsAlterTableDropColumn => '-IMPL::SQL::Schema::Traits::AlterTableDropColumn', 19 TraitsAlterTableDropColumn => '-IMPL::SQL::Schema::Traits::AlterTableDropColumn',
20 TraitsAlterTableAddColumn => '-IMPL::SQL::Schema::Traits::AlterTableAddColumn', 20 TraitsAlterTableAddColumn => '-IMPL::SQL::Schema::Traits::AlterTableAddColumn',
21 TraitsAlterTableChangeColumn => '-IMPL::SQL::Schema::Traits::AlterTableChangeColumn' 21 TraitsAlterTableChangeColumn => '-IMPL::SQL::Schema::Traits::AlterTableChangeColumn'