public function tinytext($name, $collation = "utf8_general_ci") { return $this->addColumn(Type::tinytext($name, $collation)); }