Last active
November 27, 2017 03:44
-
-
Save kargirwar/4278c7a310266c2c7a9b4a14c19dc29d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
public function change() | |
{ | |
$table = $this->table('photographers'); | |
$table->addColumn('portfolio-url', 'text', ['after' => 'phone']) | |
->update(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment