Changeset 3779 for trunk/tests/models
- Timestamp:
- 02/15/08 00:57:34 (11 months ago)
- Files:
-
- 1 modified
-
trunk/tests/models/cms/CmsUser.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/models/cms/CmsUser.php
r3722 r3779 6 6 $class->setColumn('id', 'integer', 4, array('primary' => true, 'autoincrement' => true)); 7 7 $class->setColumn('username', 'string', 255); 8 $class->setColumn(' username', 'string', 255);8 $class->setColumn('name', 'string', 255); 9 9 } 10 10 }