untrack build.properties
This commit is contained in:
@@ -55,7 +55,7 @@ class CategoryTableMap extends TableMap
|
||||
$this->addColumn('VISIBLE', 'Visible', 'TINYINT', true, null, null);
|
||||
$this->addColumn('POSITION', 'Position', 'INTEGER', true, null, null);
|
||||
$this->addColumn('CREATED_AT', 'CreatedAt', 'TIMESTAMP', true, null, null);
|
||||
$this->addColumn('UPDATE_AT', 'UpdateAt', 'TIMESTAMP', true, null, null);
|
||||
$this->addColumn('UPDATED_AT', 'UpdatedAt', 'TIMESTAMP', true, null, null);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user