40 $tableSql = parent::_getCreateTableSQL( $name, $columns, $options );
41 foreach ( $columns as $column ) {
42 if ( $column[
'type'] instanceof
EnumType && $column[
'fixed'] ) {
47 $typeSql = $column[
'type']->makeEnumTypeSql( $column, $this );
48 array_unshift( $tableSql, $typeSql );