Shubham09 commited on
Commit
e62eb59
·
1 Parent(s): 1025c89

Upload meta_text.json

Browse files
Files changed (1) hide show
  1. 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": "order_id, customer_id, order_date, total_amount"
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, category, price"
17
  },
18
  {
19
- "Schema_id": "122",
20
  "Schema_name": "public",
21
  "Schema_owner": "user10",
22
- "Table_name": "workers",
23
  "Table_type": "BASE TABLE",
24
- "Column_name": "order_id, customer_id, order_date, total_amount"
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
  ]