Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Linux Debian, php 5.2.12
Description
When trying to create sql database with the below schema
User:
tableName: users
columns:
acctno:
type: integer(4)
primary: true
unsigned: true
notnull: true
autoincrement: true
results in a failed table creation, due to the name found for the INDEX.:
INDEX user_id_idx (user_id)
redundant schema/yml file in schema dir.