Updata ERD
This commit is contained in:
parent
1346704188
commit
42e6613a29
@ -26,6 +26,7 @@ Table extractions {
|
||||
property_id integer [unique, ref: > properties.property_id]
|
||||
body text [not null]
|
||||
header text [not null]
|
||||
type types [not null]
|
||||
created_at timestamp [not null]
|
||||
}
|
||||
|
||||
@ -38,6 +39,6 @@ enum types {
|
||||
Table exceptions {
|
||||
exception_id integer [primary key]
|
||||
exception json [not null, note: "exception while scraping (e. g. HTTP error message) and called url."]
|
||||
type types [not null, note: "for which entity did the exception occur."]
|
||||
type types [not null]
|
||||
property_id integer [not null, ref: > properties.property_id, note: "either a property_id"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user