public function timestamp($name, $default = "0000-00-00 00:00:00", $index = "", $attribute = "") { return $this->addColumn(Type::timestamp($name, $default, $index, $attribute)); }