Error - 2011-01-29 19:40:18 --> Compile Error - Cannot redeclare class Fuel\Core\Database in /Users/steve/Sites/colophon/fuel/core/classes/database.php on line 18
<?php namespace Fuel\Migrations; class Remove_Ttu { function up() { \DBUtil::drop_table('tag_to_urls'); } function down() { \DBUtil::create_table('tag_to_urls', array( 'id' => array('type' => 'int', 'constraint' => 5), 'url' => array('type' => 'varchar', 'constraint' => 100), 'tag' => array('type' => 'varchar', 'constraint' => 30) ), array('id')); } }
It looks like you're new here. If you want to get involved, click one of these buttons!