Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.2.4
-
Component/s: Import/Export
-
Labels:None
-
Environment:PostgreSql
Description
The importer doe not look for the max length of string columns.
For example, the task generate-models-db is generating definitions like
$this->hasColumn('code', 'string', null, array(/**/));
instead of
$this->hasColumn('code', 'string', 10, array(/**/));
Activity
Jonathan H. Wage
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.2.3 [ 10051 ] | |
| Resolution | Fixed [ 1 ] |
Francesco Montefoschi
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Francesco Montefoschi
made changes -
| Attachment | pgsql.png [ 10668 ] |
Jonathan H. Wage
made changes -
| Fix Version/s | 1.2.4 [ 10063 ] | |
| Fix Version/s | 1.2.3 [ 10051 ] |
Jonathan H. Wage
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |