Skip to content

Commit

Permalink
Update DATA_MODEL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 authored Oct 22, 2024
1 parent 9085f9d commit 87460fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA_MODEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ This is the data model used for the Gridwalk application. Currently, only Dynamo
| WSP#<workspace_id> | WSP#<workspace_id> | workspace_name<br>workspace_owner<br>created_at | GSI_WORKSPACE_BY_NAME<br>workspace_name: <workspace_name> |
| WSP#<workspace_id> | USER#<user_id> | user_role<br>joined_at<br>user_id | GSI_USER_ID<br>user_id: <user_id> |
| WSP#<workspace_id> | CON#<connection_id> | name<br>connector_type<br>created_by<br>pg_host<br>pg_port<br>pg_db<br>pg_username<br>pg_password | |
| WSP#<workspace_id> | LAYER#<layer_id> | name<br>connection_id<br>uploaded_by<br>created_at | |
| WSP#<workspace_id> | LAYER#<layer_name> | name<br>connection_id<br>uploaded_by<br>created_at | |
| WSP#<workspace_id> | PROJ#<project_id> | name<br>owner<br>created_at | |
| SESSION#<session_id> | SESSION#<session_id> | user_id<br>created_at | GSI_USER<br>user_id: <user_id> |

0 comments on commit 87460fc

Please sign in to comment.