addColumn('road', 'index', $this->integer()->notNull()); } public function down() { $this->dropColumn('road', 'index'); } }