mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing small error in last commit
This commit is contained in:
parent
ce743c00e8
commit
597643cd0c
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ class ValidateItem extends CakeTestModel {
|
|||
*/
|
||||
var $_schema = array(
|
||||
'id' => array('type' => 'integer', 'null' => '', 'default' => '', 'length' => '8'),
|
||||
'' => array('type' => 'integer', 'null' => '', 'default' => '', 'length' => '8'),
|
||||
'profile_id' => array('type' => 'integer', 'null' => '', 'default' => '', 'length' => '8'),
|
||||
'name' => array('type' => 'text', 'null' => '', 'default' => '', 'length' => '255'),
|
||||
'description' => array(
|
||||
'type' => 'string', 'null' => '', 'default' => '', 'length' => '255'
|
||||
|
|
Loading…
Reference in a new issue