Could anyone give a database schema dump?

Hi @fzyzcjy,

Here is the schema: dump.txt (274.1 KB)

Just be aware that most of the “Foreign Keys” are only defined in Ruby, so a pure SQL dump doesn’t give you much to go on.

Some tools, like JetBrain’s RubyMine, can generate a database schema which leverages Ruby relations, which would be better for our use case.

8 Likes