mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 07:29:51 +00:00
parent
7d84960b72
commit
474210d007
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ class FixtureTask extends BakeTask {
|
||||||
if (empty($fieldInfo['type'])) {
|
if (empty($fieldInfo['type'])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
$insert = '';
|
||||||
switch ($fieldInfo['type']) {
|
switch ($fieldInfo['type']) {
|
||||||
case 'integer':
|
case 'integer':
|
||||||
case 'float':
|
case 'float':
|
||||||
|
|
Loading…
Add table
Reference in a new issue