2025-09-01 11:36:22 +00:00
|
|
|
@startuml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
top to bottom direction
|
|
|
|
|
skinparam linetype ortho
|
|
|
|
|
|
2025-10-10 14:28:22 +00:00
|
|
|
package base {
|
|
|
|
|
|
|
|
|
|
abstract Base {
|
|
|
|
|
+ id\t\t\t\tInteger\t\t<<PK>> {field}
|
|
|
|
|
# __tablename__\tstr {field}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
object to_snake_case {
|
|
|
|
|
name\tstr
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
object bidirectional_relationship {
|
|
|
|
|
cls\t\t\t\tclass
|
|
|
|
|
foreign_table_cls\tclass
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2025-09-01 11:36:22 +00:00
|
|
|
@enduml
|