-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Description
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 0
Filename: mysqli/mysqli_forge.php
Line Number: 117
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Array, MODIFY' at line 1
ALTER TABLE `news`Array, MODIFY
Filename: core/Loader.php
Line Number: 1038
<?php defined('BASEPATH') OR exit('No direct script access allowed');
class Migration_Modify_column_title extends CI_Migration {
public function up()
{
$fields = array(
'title' => array(
'name' => 'title',
'type' => 'VARCHAR',
'constraint' => 250
),
);
$this->dbforge->modify_column('news', $fields);
}
public function down()
{
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels