Files
vpsx-fast/app/alchemy/base.plantuml
Bernhard Radermacher 8a7bb1528c wip
2025-10-10 14:28:22 +00:00

25 lines
327 B
Plaintext

@startuml
top to bottom direction
skinparam linetype ortho
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
}
}
@enduml