fix postgresql issues
This commit is contained in:
@@ -15,6 +15,7 @@ table "incentive_subscriptions" {
|
||||
column "identity_verification_ids" {
|
||||
null = true
|
||||
type = sql("text[]")
|
||||
default = sql("array[]::text[]")
|
||||
}
|
||||
column "data" {
|
||||
null = false
|
||||
@@ -27,6 +28,7 @@ table "incentive_subscriptions" {
|
||||
column "subscription_datetime" {
|
||||
null = true
|
||||
type = timestamptz
|
||||
default = sql("now()")
|
||||
}
|
||||
primary_key {
|
||||
columns = [column.id]
|
||||
|
||||
Reference in New Issue
Block a user