feature/migrations #5

Merged
aldarien merged 8 commits from feature/migrations into develop 2024-12-18 20:44:26 -03:00
208 changed files with 1387896 additions and 5406 deletions
Showing only changes of commit 2ab3c25e96 - Show all commits

View File

@ -499,6 +499,9 @@ use Phinx\Seed\AbstractSeed;
} }
$value = "'{$value}'"; $value = "'{$value}'";
} }
if ($value === null) {
$value = 'null';
}
$output []= "\t\t\t\t'{$key}' => {$value},"; $output []= "\t\t\t\t'{$key}' => {$value},";
} }
$output []= "\t\t\t],"; $output []= "\t\t\t],";