Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
IndexConfig
Interface IndexConfig
interface
IndexConfig
{
columns
:
IndexColumn
[]
;
name
:
string
;
unique
:
boolean
;
where
:
SQL
<
unknown
>
|
undefined
;
}
Index
Properties
columns
name
unique
where
Properties
columns
columns
:
IndexColumn
[]
name
name
:
string
unique
unique
:
boolean
where
where
:
SQL
<
unknown
>
|
undefined
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
columns
name
unique
where
Documentation
Loading...