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

Upload meta_text.json

Browse files
Files changed (1) hide show
  1. meta_text.json +3 -3
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,7 +13,7 @@
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",
@@ -21,6 +21,6 @@
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
  ]
 
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",
 
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
  ]