Shubham09 commited on
Commit
cc6c6d3
·
1 Parent(s): 7f19749

Delete meta_text.json

Browse files
Files changed (1) hide show
  1. meta_text.json +0 -26
meta_text.json DELETED
@@ -1,26 +0,0 @@
1
- [
2
- {
3
- "Schema_id": "14",
4
- "Schema_name": "public",
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",
12
- "Schema_name": "sales",
13
- "Schema_owner": "user4",
14
- "Table_name": "products ",
15
- "Table_type": "BASE TABLE",
16
- "Column_name": "product_id, product_name, category, price"
17
- },
18
- {
19
- "Schema_id": "16",
20
- "Schema_name": "sales",
21
- "Schema_owner": "user5",
22
- "Table_name": "customers",
23
- "Table_type": "BASE TABLE",
24
- "Column_name": "customer_name, first_name, last_name, email,phone_number"
25
- }
26
- ]