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