kysely
Preparing search index...
<internal>
RawColumnMetadata
Interface RawColumnMetadata
interface
RawColumnMetadata
{
auto_incrementing
:
string
|
null
;
column
:
string
;
column_description
:
string
|
null
;
has_default
:
boolean
;
not_null
:
boolean
;
schema
:
string
;
table
:
string
;
table_type
:
string
;
type
:
string
;
type_schema
:
string
;
}
Index
Properties
auto_
incrementing
column
column_
description
has_
default
not_
null
schema
table
table_
type
type
type_
schema
Properties
auto_
incrementing
auto_incrementing
:
string
|
null
column
column
:
string
column_
description
column_description
:
string
|
null
has_
default
has_default
:
boolean
not_
null
not_null
:
boolean
schema
schema
:
string
table
table
:
string
table_
type
table_type
:
string
type
type
:
string
type_
schema
type_schema
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto_
incrementing
column
column_
description
has_
default
not_
null
schema
table
table_
type
type
type_
schema
kysely
Loading...