コード例 #1
0
ファイル: Schema.php プロジェクト: icetomcat/database_adapter
 public function blob($name, $collation = "utf8_general_ci")
 {
     return $this->addColumn(Type::blob($name, $collation));
 }