1
1

Is there any schema documentation available that show the relations of the tables in the Axon.ivy system database?

asked 24.05.2018 at 06:25

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


There is none in the official documentation. But you can use one of the tools that can generate such an ERD out of an existing installation. https://www.codediesel.com/data/5-tools-to-visualize-database-schemas/

For instance mysql workbench does that job nice and fast for mysql databases.alt text

Or MsSql server has this feature in the Diagrams section. alt text

Here is a generated sample schema for 7.1.1. Generated with mysql workbench.

alt text

link

answered 24.05.2018 at 06:28

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 24.05.2018 at 06:39

Don't forget to mention dBeaver, an eclipse based universal database client. It offers ERDs for all of the databases it supports, and comes in handy in order to have a common front end for various database systems.

link

answered 09.09.2019 at 04:24

phochstr's gravatar image

phochstr
(suspended)
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×14

Asked: 24.05.2018 at 06:25

Seen: 25,037 times

Last updated: 09.09.2019 at 04:24