Exemple #1
0
 /**
  * Execute the blueprint to build / modify the table.
  *
  * @param  \Nova\Database\Schema\Blueprint  $blueprint
  * @return void
  */
 protected function build(Blueprint $blueprint)
 {
     $blueprint->build($this->connection, $this->grammar);
 }