mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Changed to VARCHAR(255)
This commit is contained in:
@@ -7,7 +7,8 @@ class Migration_add_cat_url extends CI_Migration {
|
|||||||
public function up() {
|
public function up() {
|
||||||
$fields = array(
|
$fields = array(
|
||||||
'cat_url' => array(
|
'cat_url' => array(
|
||||||
'type' => 'TEXT',
|
'type' => 'VARCHAR',
|
||||||
|
'constraint' => '255',
|
||||||
'null' => FALSE,
|
'null' => FALSE,
|
||||||
'default' => 'http://127.0.0.1:54321'
|
'default' => 'http://127.0.0.1:54321'
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user