-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-tables.json
More file actions
46 lines (46 loc) · 1.04 KB
/
Copy pathexample-tables.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"users": {
"tableName": "users",
"fullyQualifiedName": "public.users",
"schema": "public",
"database": "myapp"
},
"orders": {
"tableName": "orders",
"fullyQualifiedName": "sales.orders",
"schema": "sales",
"database": "myapp"
},
"products": {
"tableName": "products",
"fullyQualifiedName": "inventory.products",
"schema": "inventory"
},
"user_profiles": {
"tableName": "user_profiles",
"fullyQualifiedName": "public.user_profiles",
"schema": "public"
},
"public.users": {
"tableName": "users",
"fullyQualifiedName": "public.users",
"schema": "public",
"database": "myapp"
},
"sales.orders": {
"tableName": "orders",
"fullyQualifiedName": "sales.orders",
"schema": "sales",
"database": "myapp"
},
"user table": {
"tableName": "user table",
"fullyQualifiedName": "public.user_table",
"schema": "public"
},
"order table": {
"tableName": "order table",
"fullyQualifiedName": "sales.order_table",
"schema": "sales"
}
}