From 83bf32d04dce4de59d66b8b8a6f3ca2192aa85f7 Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Wed, 23 Nov 2016 11:55:04 +0100 Subject: [PATCH] Update --- Database.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Database.md b/Database.md index 82fd82a..8fd8943 100644 --- a/Database.md +++ b/Database.md @@ -1,5 +1,7 @@ # Database +Used database schema is generated by ORM framework Doctrine from ReCodEx API code. Tables are directly mapped to _entities_, which are PHP classes annotated with data provided by ORM framework. In the following text there is a brief description of each such entity. There may be some additional database tables for many-to-many relations between entities, but these tables are not discussed in detail because there are only two columns with keys to both related tables in each one. + ## Assignment ## Comment