11 lines
94 B
Plaintext
11 lines
94 B
Plaintext
|
|
@startuml
|
||
|
|
|
||
|
|
entity "users" {
|
||
|
|
id: primary
|
||
|
|
--
|
||
|
|
name: text
|
||
|
|
database_location: text
|
||
|
|
}
|
||
|
|
|
||
|
|
@enduml
|