Commit c1334036 authored by meus's avatar meus

fixed typo in model

parent f81e4fdc
<?php
class Ticket589 extends Doctrine_Record {
public function prepareTables(){}
public function setTableDefinition() {
$this->hasColumn('id', 'integer', 4, array('notnull' => true,
'primary' => true,
'unsigned' > true,
'unsigned' => true,
'autoincrement' => true));
$this->hasColumn('name', 'string',50);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment