DB tables

All the old no-longer-relevant stuff

Moderators: Moderator, Global Moderator

Post Reply
Scott
Administrator
Administrator
Posts: 1651
Joined: Sun Apr 25, 2004 1:08 pm

DB tables

Post by Scott »

Structure of the db tables we're created for those that need them.

[sql]CREATE TABLE `ibf_images` (
`id` int(10) NOT NULL auto_increment,
`mid` mediumint(8) NOT NULL,
`cat` smallint(5) NOT NULL,
`album_id` int(10) NOT NULL,
`name` varchar(255) NOT NULL,
`full_path` varchar(255) NOT NULL,
`preview_path` varchar(255) NOT NULL,
`thumb_path` varchar(255) NOT NULL,
`date` int(10) NOT NULL,
`approved` tinyint(1) NOT NULL default '1',
`reported` tinyint(1) NOT NULL default '0',
`desc` text NOT NULL,
`print` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM;[/sql]
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

DB tables

Post by Josh »

What DB should this be placed in? :\ If we're using IPB and it's going in IPB tables...shouldn't I have IPB installed? :x
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Scott
Administrator
Administrator
Posts: 1651
Joined: Sun Apr 25, 2004 1:08 pm

DB tables

Post by Scott »

Yep
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

DB tables

Post by Josh »

*grumbles and goes to find an IPB installation pack*
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Post Reply

Return to “Archives”