Пример #1
0
 public function longtext($name, $collation = "utf8_general_ci")
 {
     return $this->addColumn(Type::longtext($name, $collation));
 }