AudioFerret/v2/files

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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>