Skip to content

Commit

Permalink
Update default.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
icpd authored Jul 11, 2022
1 parent e9dd702 commit e87ad77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ skinparam class {

!define primary_key(x) <b><color:#0fbebe><&key></color> x</b>
!define foreign_key(x) <color:#aaaaaa><&key></color> x
!define column(x) <color:#efefef><&media-record></color> x
!define column(x) <color:#bdc3c7><&media-record></color> x
!define table(name, desc) class name as "desc" << (T,#aafdcf) >>
!define comment(x) <color:#1b1cbf>x</color>
!define type(x) <color:#fa5410>x</color>
Expand All @@ -33,4 +33,4 @@ table( {{ .Name }}, {{ .Name }}{{ if .Comment }}\n({{ .Comment }}) {{- end }} )
{{ end }}
{{- end }}

@enduml
@enduml

0 comments on commit e87ad77

Please sign in to comment.