Added Datebase structure to read me

master
Rubenwardy 2012-08-24 18:21:56 +01:00
parent d4b2ce903b
commit 34d534c0fa
1 changed files with 33 additions and 8 deletions

View File

@ -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
-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)