From 34d534c0facdda657fe87b71f498edbadcb0b7d7 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Fri, 24 Aug 2012 18:21:56 +0100 Subject: [PATCH] Added Datebase structure to read me --- README.md | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 564c9da..0cd5774 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ====================== A php and mysgl forum for mods. - + Also a repo for Jeijas Ingame Mod Manager and Sfan's Python Mod Manager @@ -11,10 +11,35 @@ ======== USERS - -Name - -Email - -Password - -Level - -Stars - -Avatar - -Location \ No newline at end of file + -id (int) + -name + -email + -password + -level (int) + -stars + -avatar + -location + -sig + + MOD + -mod_id (int) + -name + -version + -owner + -description + -likes (int) + -dislikes (int) + -tags + -license + -file + -depend + -basename (the mod name, eg: "moreblocks") + -date_released (date) + + POSTS + -post_id (int) + -Owner + -Post + -Topic (int) + -Like (int) + -Dislike (int) \ No newline at end of file