From 9f52084afcca5d67306c83b90a8dee86e53997bf Mon Sep 17 00:00:00 2001 From: Mateus Rambo Strey <mars11@inf.ufpr.br> Date: Tue, 17 May 2016 13:36:30 -0300 Subject: [PATCH] add erdconfig --- .erdconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .erdconfig diff --git a/.erdconfig b/.erdconfig new file mode 100644 index 00000000..6d077b17 --- /dev/null +++ b/.erdconfig @@ -0,0 +1,19 @@ +attributes: + - content + - foreign_key + - inheritance +disconnected: true +filename: erd +filetype: pdf +indirect: true +inheritance: true +markup: true +notation: bachman +orientation: horizontal +polymorphism: false +sort: true +warn: true +title: PortalMEC +exclude: null +only: null +prepend_primary: false -- GitLab