コード例 #1
0
ファイル: MediumInteger.php プロジェクト: hedronium/jables
 public function init(Blueprint $table, $name)
 {
     return $table->mediumInteger($name);
 }