AudioFerret/v2/files
< AudioFerret | v2
Jump to navigation
Jump to search
About
- Status: there will be more to this table later, including length (# of samples, sample rate), type (WAV, FLAC, OGG, MP3...), and possibly other things.
SQL
<mysql>CREATE TABLE `files` (
`ID` INT NOT NULL AUTO_INCREMENT, `Spec` VARCHAR(255) NOT NULL COMMENT "filespec, relative to AudioFerret's storage folder", PRIMARY KEY(`ID`)
) ENGINE = MYISAM;</mysql>