database structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE `urls` (
|
||||
`url` varchar(64) NOT NULL DEFAULT '/',
|
||||
`uid` int(11) DEFAULT '0',
|
||||
`gid` int(11) DEFAULT '0',
|
||||
`perms` int(11) DEFAULT '0',
|
||||
PRIMARY KEY (`url`),
|
||||
UNIQUE KEY `url_UNIQUE` (`url`)
|
||||
)
|
||||
Reference in New Issue
Block a user