Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/knex-schema
AddIndexDiff
Interface AddIndexDiff
An index to add in a migration.
interface
AddIndexDiff
{
columns
:
string
[]
;
name
?:
string
;
unique
?:
boolean
;
}
Index
Properties
columns
name?
unique?
Properties
columns
columns
:
string
[]
Optional
name
name
?:
string
Optional
unique
unique
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
name
unique
← Back to Website
All Versions
Libraries
Loading...
An index to add in a migration.