Cuttlefish SDK Reference - v0.1.0
Preparing search index...
@cuttlefish-sync/core
ColumnSchema
Interface ColumnSchema
Canonical table schema exported by the Elixir mix task and consumed by JS fixtures.
interface
ColumnSchema
{
ecto_type
:
string
|
[
string
,
string
]
|
null
;
flags
:
number
;
flags_decoded
:
string
[]
;
js_type
:
JSType
|
null
;
name
:
string
;
type_modifier
:
number
;
type_modifier_decoded
:
unknown
;
type_name
:
string
|
[
string
,
string
]
;
type_oid
:
number
;
type_supported
:
boolean
;
}
Index
Properties
ecto_
type
flags
flags_
decoded
js_
type
name
type_
modifier
type_
modifier_
decoded
type_
name
type_
oid
type_
supported
Properties
ecto_
type
ecto_type
:
string
|
[
string
,
string
]
|
null
flags
flags
:
number
flags_
decoded
flags_decoded
:
string
[]
js_
type
js_type
:
JSType
|
null
name
name
:
string
type_
modifier
type_modifier
:
number
type_
modifier_
decoded
type_modifier_decoded
:
unknown
type_
name
type_name
:
string
|
[
string
,
string
]
type_
oid
type_oid
:
number
type_
supported
type_supported
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ecto_
type
flags
flags_
decoded
js_
type
name
type_
modifier
type_
modifier_
decoded
type_
name
type_
oid
type_
supported
Cuttlefish SDK Reference - v0.1.0
Loading...
Canonical table schema exported by the Elixir mix task and consumed by JS fixtures.