From 264241eaaa4652157621e65fe88b2cf06c15e065 Mon Sep 17 00:00:00 2001 From: Fabian Vogler Date: Sun, 20 Jan 2013 20:21:53 +0100 Subject: [PATCH] Cleanup task 1 --- README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.html b/README.html index f6cf75f..430fe32 100644 --- a/README.html +++ b/README.html @@ -95,7 +95,7 @@

Task I: Database

The model of the application has 3 different entities (Message, Photo and Group) which are not implemented yet.

-

Your task, should you decide to accept it, is to create 3 new tables in the MySQL database according to the following ERM diagram. +

Your task is to create 3 new tables in the MySQL database according to the following ERM diagram. It's your job to define appropriate column definitions (not null, default, auto increment, unique, foreign key).

 
ERM