add bVoting to table definition file
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@427 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
8d16356f75
commit
12ff7497fa
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Semantic Scuttle - Tables creation SQL script
|
||||
-- ! Dont forget to change table names according to $tableprefix defined in config.inc.php !
|
||||
-- ! Dont forget to change table names according to $tableprefix defined in config.php !
|
||||
|
||||
--
|
||||
-- Table structure for table `sc_bookmarks`
|
||||
|
@ -17,6 +17,7 @@ CREATE TABLE `sc_bookmarks` (
|
|||
`bDescription` text default NULL,
|
||||
`bPrivateNote` text default NULL,
|
||||
`bHash` varchar(32) NOT NULL default '',
|
||||
`bVoting` int(11) NOT NULL,
|
||||
PRIMARY KEY (`bId`),
|
||||
KEY `sc_bookmarks_usd` (`uId`,`bStatus`,`bDatetime`),
|
||||
KEY `sc_bookmarks_hui` (`bHash`,`uId`,`bId`),
|
||||
|
|
Loading…
Reference in a new issue