Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
ColumnInfo
Interface ColumnInfo
Column information.
interface
ColumnInfo
{
name
:
string
;
type
:
string
;
nullable
?:
boolean
;
defaultValue
?:
string
;
}
Index
Properties
name
type
nullable?
default
Value?
Properties
name
name
:
string
type
type
:
string
Optional
nullable
nullable
?:
boolean
Optional
default
Value
default
Value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
nullable
default
Value
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Column information.