Example #1
0
 protected function newColumn(Table $table, array $attributes = [])
 {
     return $table->newColumn($attributes);
 }