Upload meta_text.json
Browse files- meta_text.json +5 -5
meta_text.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"Schema_owner": "user3",
|
| 6 |
"Table_name": "orders",
|
| 7 |
"Table_type": "BASE TABLE",
|
| 8 |
-
"Column_name":
|
| 9 |
},
|
| 10 |
{
|
| 11 |
"Schema_id": "15",
|
|
@@ -13,14 +13,14 @@
|
|
| 13 |
"Schema_owner": "user4",
|
| 14 |
"Table_name": "items",
|
| 15 |
"Table_type": "BASE TABLE",
|
| 16 |
-
"Column_name": "product_id, product_name
|
| 17 |
},
|
| 18 |
{
|
| 19 |
-
"Schema_id": "
|
| 20 |
"Schema_name": "public",
|
| 21 |
"Schema_owner": "user10",
|
| 22 |
-
"Table_name": "
|
| 23 |
"Table_type": "BASE TABLE",
|
| 24 |
-
"Column_name": "order_id, customer_id,
|
| 25 |
}
|
| 26 |
]
|
|
|
|
| 5 |
"Schema_owner": "user3",
|
| 6 |
"Table_name": "orders",
|
| 7 |
"Table_type": "BASE TABLE",
|
| 8 |
+
"Column_name":["order_id", "customer_id", "order_date", "total_amount"]
|
| 9 |
},
|
| 10 |
{
|
| 11 |
"Schema_id": "15",
|
|
|
|
| 13 |
"Schema_owner": "user4",
|
| 14 |
"Table_name": "items",
|
| 15 |
"Table_type": "BASE TABLE",
|
| 16 |
+
"Column_name": ["product_id", "product_name"]
|
| 17 |
},
|
| 18 |
{
|
| 19 |
+
"Schema_id": "12",
|
| 20 |
"Schema_name": "public",
|
| 21 |
"Schema_owner": "user10",
|
| 22 |
+
"Table_name": "employees",
|
| 23 |
"Table_type": "BASE TABLE",
|
| 24 |
+
"Column_name": ["order_id", "customer_id", "product_id", "product_name"]
|
| 25 |
}
|
| 26 |
]
|