uawdijnntqw1x1x1
IP : 216.73.216.28
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
.
/
vendor
/
yiisoft
/
yii2
/
.
/
di
/
.
/
..
/
views
/
_createTable.php
/
/
<?php /** * Creates a call for the method `yii\db\Migration::createTable()`. */ /* @var $table string the name table */ /* @var $fields array the fields */ /* @var $foreignKeys array the foreign keys */ ?> $this->createTable('<?= $table ?>', [ <?php foreach ($fields as $field): if (empty($field['decorators'])): ?> '<?= $field['property'] ?>', <?php else: ?> <?= "'{$field['property']}' => \$this->{$field['decorators']}" ?>, <?php endif; endforeach; ?> ]); <?= $this->render('_addForeignKeys', [ 'table' => $table, 'foreignKeys' => $foreignKeys, ]);
/srv/users/craft4/apps/craft4-newsite-space/./vendor/yiisoft/yii2/./di/./../views/_createTable.php