@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/b2b-db-schema
withdrawalStatusUpdateTable
Variable withdrawalStatusUpdateTable
Const
withdrawalStatusUpdateTable
:
Omit
<
PgTableWithColumns
<
{
columns
:
{
createdAt
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgTimestamp"
;
data
:
Date
;
dataType
:
"date"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"createdAt"
;
notNull
:
true
;
tableName
:
"withdrawal_status_update"
;
}
,
{}
,
{}
,
>
;
data
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgJsonb"
;
data
:
{
codes
?:
string
[]
;
methodTransactionId
?:
string
;
receipt
?:
{
id
:
string
;
type
:
"SOLANA_TRANSACTION_SIGNATURE"
}
;
}
;
dataType
:
"json"
;
driverParam
:
unknown
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"data"
;
notNull
:
false
;
tableName
:
"withdrawal_status_update"
;
}
,
{}
,
{
$type
:
{
codes
?:
string
[]
;
methodTransactionId
?:
string
;
receipt
?:
{
id
:
string
;
type
:
"SOLANA_TRANSACTION_SIGNATURE"
}
;
}
;
}
,
>
;
entityId
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgInteger"
;
data
:
number
;
dataType
:
"number"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"entityId"
;
notNull
:
true
;
tableName
:
"withdrawal_status_update"
;
}
,
{}
,
{}
,
>
;
id
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgUUID"
;
data
:
string
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
true
;
name
:
"id"
;
notNull
:
true
;
tableName
:
"withdrawal_status_update"
;
}
,
{}
,
{}
,
>
;
status
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgText"
;
data
:
"CREATED"
|
"PENDING"
|
"COMPLETED"
|
"FAILED"
|
"RETURNED"
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
[
string
,
...
string
[]
]
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"status"
;
notNull
:
true
;
tableName
:
"withdrawal_status_update"
;
}
,
{}
,
{
$type
:
"CREATED"
|
"PENDING"
|
"COMPLETED"
|
"FAILED"
|
"RETURNED"
}
,
>
;
}
;
dialect
:
"pg"
;
name
:
"withdrawal_status_update"
;
schema
:
"b2b"
;
}
,
>
,
"enableRLS"
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cfxlabsinc/b2b-services
Loading...