Skip to main content

Varchar

Type Alias Varchar 

Source
pub type Varchar = String;
Expand description

Maps to VARCHAR(255). Override length with #[col(max = N)].

Aliased Type§

pub struct Varchar { /* private fields */ }