addColumn('customer','post_address', $this->string(255) ->comment("Официальный почтовый адрес")); } public function down() { $this->dropColumn('customer','post_address'); } }