pub const CONCURRENT: IndexMarker;Expand description
Creates or drops an index CONCURRENTLY.
ยงExample
#[PostgresIndex(concurrent)]
struct UsersEmailIdx(Users::email);See: https://www.postgresql.org/docs/current/sql-createindex.html
pub const CONCURRENT: IndexMarker;Creates or drops an index CONCURRENTLY.
#[PostgresIndex(concurrent)]
struct UsersEmailIdx(Users::email);See: https://www.postgresql.org/docs/current/sql-createindex.html