【发布时间】:2022-09-28 00:43:35
【问题描述】:
如何修复创建会话迁移它的说法
未定义的变量:DBDriver at SYSTEMPATH\\Commands\\Generators\\Views\\migration.tpl.php:16
enter codnamespace {namespace}; use CodeIgniter\\Database\\Migration; class {class} extends Migration { protected $DBGroup = \'default\'; public function up() { $this->forge->addField([ \'id\' => [\'type\' => \'VARCHAR\', \'constraint\' => 128, \'null\' => false]e here
-
这是完整的错误信息吗?
-
是的,这是完全错误的。
标签: php codeigniter model-view-controller migration database-migration