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