@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/db
girasolCardTable
Variable girasolCardTable
Const
girasolCardTable
:
Omit
<
PgTableWithColumns
<
{
columns
:
{
createdAt
:
PgBuildColumn
<
"girasol_card"
,
SetHasDefault
<
SetNotNull
<
PgTimestampBuilder
>
>
,
{
data
:
Date
;
dataType
:
"object date"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
customerId
:
PgBuildColumn
<
"girasol_card"
,
SetNotNull
<
PgIntegerBuilder
>
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
data
:
PgBuildColumn
<
"girasol_card"
,
Set$Type
<
SetNotNull
<
PgJsonbBuilder
>
,
{
displayName
:
string
;
expiryMonth
?:
string
;
expiryYear
?:
string
;
firstName
:
string
;
lastFourDigits
?:
string
;
lastName
:
string
;
phone
:
string
;
shippingAddress
?:
{
city
:
string
;
countryCode
:
string
;
line1
:
string
;
line2
?:
string
;
postalCode
:
string
;
region
?:
string
;
}
;
}
,
>
,
{
data
:
{
displayName
:
string
;
expiryMonth
?:
string
;
expiryYear
?:
string
;
firstName
:
string
;
lastFourDigits
?:
string
;
lastName
:
string
;
phone
:
string
;
shippingAddress
?:
{
city
:
string
;
countryCode
:
string
;
line1
:
string
;
line2
?:
string
;
postalCode
:
string
;
region
?:
string
;
}
;
}
;
dataType
:
"object json"
;
driverParam
:
unknown
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
externalId
:
PgBuildColumn
<
"girasol_card"
,
SetHasRuntimeDefault
<
SetNotNull
<
PgTextBuilder
<
[
string
,
...
string
[]
]
>
>
>
,
{
data
:
string
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
girasolAccountId
:
PgBuildColumn
<
"girasol_card"
,
SetNotNull
<
PgIntegerBuilder
>
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
girasolCardId
:
PgBuildColumn
<
"girasol_card"
,
SetNotNull
<
PgTextBuilder
<
[
string
,
...
string
[]
]
>
>
,
{
data
:
string
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
id
:
PgBuildColumn
<
"girasol_card"
,
HasIdentity
<
SetIsPrimaryKey
<
PgIntegerBuilder
>
,
"byDefault"
>
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
"byDefault"
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
type
:
PgBuildColumn
<
"girasol_card"
,
Set$Type
<
SetNotNull
<
PgTextBuilder
<
[
string
,
...
string
[]
]
>
>
,
"VIRTUAL"
|
"PHYSICAL"
,
>
,
{
data
:
"VIRTUAL"
|
"PHYSICAL"
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
updatedAt
:
PgBuildColumn
<
"girasol_card"
,
SetHasDefault
<
SetHasDefault
<
SetNotNull
<
PgTimestampBuilder
>
>
>
,
{
data
:
Date
;
dataType
:
"object date"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"girasol_card"
;
}
,
>
;
}
;
dialect
:
"pg"
;
name
:
"girasol_card"
;
schema
:
"b2b"
;
}
,
>
,
"enableRLS"
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cfxlabsinc/b2b-services
Loading...