Skip to content

Instantly share code, notes, and snippets.

@kargirwar
Created November 26, 2017 15:45
Show Gist options
  • Save kargirwar/0bd312a8750c593ca8383b947002968a to your computer and use it in GitHub Desktop.
Save kargirwar/0bd312a8750c593ca8383b947002968a to your computer and use it in GitHub Desktop.
<?php
public function change()
{
$table = $this->table('photographers');
$table->addColumn('name', 'string', ['length' => 200])
->addColumn('phone', 'string', ['length' => 10])
->create();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment