Merge branch 'fixes' into main/rendor-staging
[ryzomcore.git] / web / public_php / app / app_test / create.sql
blobca90eade0aae29a7b684a54d92bc9c5ac8f4f9e5
1 -- --------------------------------------------------------
2 -- Host:                         178.33.225.92
3 -- Server version:               5.5.28-0ubuntu0.12.04.2-log - (Ubuntu)
4 -- Server OS:                    debian-linux-gnu
5 -- HeidiSQL version:             7.0.0.4053
6 -- Date/time:                    2013-02-12 16:31:42
7 -- --------------------------------------------------------
8  
9 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
10 /*!40101 SET NAMES utf8 */;
11 /*!40014 SET FOREIGN_KEY_CHECKS=0 */;
13 -- Dumping database structure for app_test
14 CREATE DATABASE IF NOT EXISTS `app_test` /*!40100 DEFAULT CHARACTER SET utf8 */;
15 USE `app_test`;
18 -- Dumping structure for table app_test.test
19 CREATE TABLE IF NOT EXISTS `test` (
20   `id` INT(32) NOT NULL,
21   `num_access` INT(10) NOT NULL
22 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
24 -- Data exporting was unselected.
25 /*!40014 SET FOREIGN_KEY_CHECKS=1 */;
26 /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;