Cuttlefish SDK Reference - v0.1.0
Preparing search index...
@cuttlefish-sync/core
TableSchema
Interface TableSchema
interface
TableSchema
{
column_order_in_wal
:
string
|
string
[]
|
null
;
columns
:
Record
<
string
,
ColumnSchema
>
;
name
:
string
;
namespace
:
string
;
primary_key
:
string
|
string
[]
|
null
;
replica_identity
:
"default"
|
"nothing"
|
"full"
|
"index"
;
table_ref
:
[
string
,
string
]
;
}
Index
Properties
column_
order_
in_
wal
columns
name
namespace
primary_
key
replica_
identity
table_
ref
Properties
column_
order_
in_
wal
column_order_in_wal
:
string
|
string
[]
|
null
columns
columns
:
Record
<
string
,
ColumnSchema
>
name
name
:
string
namespace
namespace
:
string
primary_
key
primary_key
:
string
|
string
[]
|
null
replica_
identity
replica_identity
:
"default"
|
"nothing"
|
"full"
|
"index"
table_
ref
table_ref
:
[
string
,
string
]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
column_
order_
in_
wal
columns
name
namespace
primary_
key
replica_
identity
table_
ref
Cuttlefish SDK Reference - v0.1.0
Loading...