getTable('direct_edit'); $table->addColumn('file_path', 'string', [ 'notnull' => false, 'length' => 4000, ]); return $schema; } }