Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/knex-schema
AlterColumnDiff
Interface AlterColumnDiff
Changes to apply to an existing column.
interface
AlterColumnDiff
{
changes
:
Record
<
string
,
{
from
:
any
;
to
:
any
}
>
;
name
:
string
;
}
Index
Properties
changes
name
Properties
changes
changes
:
Record
<
string
,
{
from
:
any
;
to
:
any
}
>
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
changes
name
← Back to Website
All Versions
Libraries
Loading...
Changes to apply to an existing column.