-
Notifications
You must be signed in to change notification settings - Fork 0
DatabaseTableSystemUser
Kyle Unverferth edited this page Sep 23, 2018
·
5 revisions
| Name | Type | NotNull | Unique | Indexed | Default |
|---|---|---|---|---|---|
| id | uuid | true | true | true | |
| username | string | false | true | true | |
| provider | string | true | false | true | |
| key | string | true | false | true | |
| prefs | string | true | false | false | |
| role | string | true | false | false | |
| created | timestamp | true | false | false |
| Name | Target | Table | Column |
|---|---|---|---|
| analyticsActionAuthorFkey | id | analytics_action | author |
| gameHistoryCreatorFkey | id | game_history | creator |
| gamePlayerUserIdFkey | id | game_player | user_id |
| noteAuthorFkey | id | note | author |
| traceResultAuthorFkey | id | trace_result | author |
Hawkthorne is a work in progress (github)
