示例#1
0
文件: Hidable.php 项目: pckg/migrator
 public function __construct(Table $table)
 {
     $this->table = $table;
     $table->boolean('hidden');
 }