Adding a primary key just for SQL sanity sake :)

这个提交包含在:
Corby Krick 2013-02-26 22:10:14 -06:00
父节点 f630dde7ce
当前提交 364bb9541e

查看文件

@ -4,7 +4,8 @@ class Migration_add_config_table extends CI_Migration {
public function up()
{
$this->dbforge->add_field('id');
$this->dbforge->add_field(array(
'lotw_download_url' => array(
'type' => 'VARCHAR',
@ -20,6 +21,7 @@ class Migration_add_config_table extends CI_Migration {
),
));
$this->dbforge->create_table('config');
$data = array(