mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
parent
dbb4a46d46
commit
f9087475d4
@ -16,7 +16,7 @@
|
||||
"cltype": "text"
|
||||
}, {
|
||||
"name": "col3",
|
||||
"cltype": "integer",
|
||||
"cltype": "integer"
|
||||
}],
|
||||
"is_partitioned": false,
|
||||
"schema": "testschema",
|
||||
@ -85,10 +85,13 @@
|
||||
"endpoint": "NODE-exclusion_constraint.obj",
|
||||
"sql_endpoint": "NODE-exclusion_constraint.sql_id",
|
||||
"data": {
|
||||
"name": "Exclusion_$%{}[]()&*^!@\"'`\\/#_1",
|
||||
"name": "Exclusion_$%{}[]()&*^!@\"'`\\/#",
|
||||
"comment": "Comment for create",
|
||||
"fillfactor": "12",
|
||||
"amname": "gist",
|
||||
"condeferrable": true,
|
||||
"condeferred": true,
|
||||
"indconstraint": "col1 > 1",
|
||||
"columns": [
|
||||
{
|
||||
"column": "col2",
|
||||
|
@ -16,7 +16,7 @@
|
||||
"cltype": "text"
|
||||
}, {
|
||||
"name": "col3",
|
||||
"cltype": "integer",
|
||||
"cltype": "integer"
|
||||
}],
|
||||
"is_partitioned": false,
|
||||
"schema": "testschema",
|
||||
@ -126,10 +126,13 @@
|
||||
"endpoint": "NODE-exclusion_constraint.obj",
|
||||
"sql_endpoint": "NODE-exclusion_constraint.sql_id",
|
||||
"data": {
|
||||
"name": "Exclusion_$%{}[]()&*^!@\"'`\\/#_1",
|
||||
"name": "Exclusion_$%{}[]()&*^!@\"'`\\/#",
|
||||
"comment": "Comment for create",
|
||||
"fillfactor": "12",
|
||||
"amname": "gist",
|
||||
"condeferrable": true,
|
||||
"condeferred": true,
|
||||
"indconstraint": "col1 > 1",
|
||||
"columns": [
|
||||
{
|
||||
"column": "col2",
|
||||
|
Loading…
Reference in New Issue
Block a user