Ferret File System/v0.1/archive: Difference between revisions
< Ferret File System | v0.1
Jump to navigation
Jump to search
(extracted from main FF page) |
(No difference)
|
Revision as of 15:51, 25 December 2012
This page is for discarded pieces of FileFerret -- a map of dead-end paths, possibly.
locations
I'm going to try eliminating this. It's basically just all folders where ID_Parent IS NULL. <mysql>CREATE TABLE `locations` (
`ID` INT NOT NULL AUTO_INCREMENT, `ID_Folder` INT NOT NULL, `Name` VARCHAR(63), `Descr` VARCHAR(255), PRIMARY KEY(`ID`)
) ENGINE = MYISAM;</mysql>