diff --git a/models/Ticket589.php b/models/Ticket589.php index 835c3991b..4dbfe018e 100644 --- a/models/Ticket589.php +++ b/models/Ticket589.php @@ -1,10 +1,12 @@ hasColumn('id', 'integer', 4, array('notnull' => true, 'primary' => true, - 'unsigned' > true, + 'unsigned' => true, 'autoincrement' => true)); $this->hasColumn('name', 'string',50); }