table('phone'); $table->addColumn('priority', 'integer', [ 'null' => false, 'default' => 0, 'comment' => 'Priority with which the phone will be used. The higher the more prioritary.', 'after' => 'name' ]) ->update(); } }