Why the table names of camunda in linux is uppercase but in windows is lowercase?

This is so interesting and make me confused.
I need to know is that dependent on system or just was designed by the developer of camunda ?

If is was designed by the developers I also want to know why.

Thanks you all.

The SQL-Scripts for creating the tables use uppercase letters for table names.
It depends on your database system how these tables are presented to you.
When using Oracle e.g. the table names are allways in uppercase letters in the system tables independent of the SQL-Statement for table creation.

4 Likes

Thank you.
Br.