PHP Classes

File: dbb.sql

Recommend this page to a friend!
  Classes of Ettore Moretti   PHP DropBox Backup Uploader   dbb.sql   Download  
File: dbb.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DropBox Backup Uploader
Backup local files as a ZIP archive to Dropbox
Author: By
Last change: Create dbb.sql
Date: 2 years ago
Size: 369 bytes
 

Contents

Class file image Download
-- -- Database: `dbb` -- -- -------------------------------------------------------- -- -- `users` -- CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL, `name` varchar(50) NOT NULL, `token` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dump `users` -- INSERT INTO `users` (`id`, `name`, `token`) VALUES (1, '<your_name>', '');