V0_1_0.sql (234B)
1 CREATE TABLE `dropped_files` ( 2 `id` VARCHAR(11) PRIMARY KEY, 3 `name` VARCHAR(255) NOT NULL, 4 `content_type` VARCHAR(255) NOT NULL, 5 `downloaded` BOOLEAN DEFAULT 'FALSE', 6 `remote_addr` VARCHAR(45) DEFAULT NULL 7 );
secure-filesUnnamed repository; edit this file 'description' to name the repository. | |
| Log | Files | Refs |