Welcome to Geeklog, Anonymous Monday, September 16 2024 @ 11:02 am EDT
Geeklog Forums
gl_projects
Status: offline
mthomas
Forum User
Full Member
Registered: 04/18/04
Posts: 148
CREATE TABLE `gl_Projects` (
`uid` mediumint(8) NOT NULL,
`proj_id` mediumint(8) default NULL,
`proj_name` varchar(50) default NULL,
`proj_description` varchar(200) default NULL,
`proj_url` varchar(50) default NULL,
`proj_downloadable` varchar(50) default NULL,
PRIMARY KEY (`uid`, `proj_id`)
) TYPE=MyISAM;
Maps to UID, will be remappable only by admin.
Updatable by Project creator
URL to project location
URL to downloadable (or the filemgmt listing)
Multiple Projects supported.
I will add multiple admin support later.
List will be SEARCHABLE
gl_plugin_projects 1.0rc1 expected 5/24 or 5/25
`uid` mediumint(8) NOT NULL,
`proj_id` mediumint(8) default NULL,
`proj_name` varchar(50) default NULL,
`proj_description` varchar(200) default NULL,
`proj_url` varchar(50) default NULL,
`proj_downloadable` varchar(50) default NULL,
PRIMARY KEY (`uid`, `proj_id`)
) TYPE=MyISAM;
Maps to UID, will be remappable only by admin.
Updatable by Project creator
URL to project location
URL to downloadable (or the filemgmt listing)
Multiple Projects supported.
I will add multiple admin support later.
List will be SEARCHABLE
gl_plugin_projects 1.0rc1 expected 5/24 or 5/25
7
5
Quote
Status: offline
mthomas
Forum User
Full Member
Registered: 04/18/04
Posts: 148
Ok No problem, I'll set it as a text field as I have a strong dislike of formated date fields if they are not needed hehe. (Have you ever spent 15min trying to enter a date only to find out its expecting 2004-01-02 12:00AM format?)
also adding a status field, ie development, release, beta, final, discontinued
also adding a status field, ie development, release, beta, final, discontinued
9
11
Quote
All times are EDT. The time is now 11:02 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content