Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.5
-
Fix Version/s: 1.2.0-RC1
-
Component/s: Import/Export
-
Labels:None
-
Environment:Gentoo 2.6.21.5, PHP Version 5.2.8
Description
Consider this schema.yml:
Orden:
tableName: ordenes
options:
type: InnoDB
columns:
id:
primary: true
type: integer(4)
autoincrement: true
numero:
type: integer(4)
unique: true
sql:
CREATE TABLE ordenes (id INT AUTO_INCREMENT, numero INT, PRIMARY KEY(id)) COLLATE utf8_unicode_ci ENGINE = InnoDB;
unique constraint don't appear.
spliting problem and solution