SQL Rooms

3 participantes

Phytols Phytols  • 13.07.15 18:22

SQL Rooms Empty SQL Rooms 13.07.15 18:22

O que deseja: SQL Rooms

Nome do que deseja: SQL Rooms

Print do que deseja (Se possível): n precisa

Onde viu O que deseja: N precisa '-'

Deve ser compativel com: Outros

Se escolheu outros, especifique: Azure

Comentários adicionais: Meu hp da dco na hora de criar quarto, fui olhar as tabelas e n tem a tabela room, queria ela, obrigado.

llLyuc llLyuc  • 13.07.15 18:39

SQL Rooms Empty teste 13.07.15 18:39

aqui esta


Código:
CREATE tab[b][/b]le IF NOT EXISTS `rooms_data` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `roomtype` enum('public','private') NOT NULL DEFAULT 'private',
  `caption` varchar(100) NOT NULL DEFAULT 'Room',
  `owner` varchar(75) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `category` int(11) NOT NULL DEFAULT '0',
  `state` enum('open','locked','password') NOT NULL DEFAULT 'open',
  `trade_state` enum('0','1','2') NOT NULL DEFAULT '2',
  `users_now` int(11) NOT NULL DEFAULT '0',
  `users_max` int(11) NOT NULL DEFAULT '25',
  `model_name` varchar(50) NOT NULL,
  `public_ccts` varchar(50) NOT NULL DEFAULT '',
  `score` int(11) NOT NULL DEFAULT '0',
  `tags` varchar(100) NOT NULL DEFAULT '',
  `icon_bg` int(11) NOT NULL DEFAULT '1',
  `icon_fg` int(11) NOT NULL DEFAULT '0',
  `icon_items` varchar(50) NOT NULL DEFAULT '',
  `password` varchar(30) NOT NULL DEFAULT '',
  `wallpaper` varchar(10) NOT NULL DEFAULT '0.0',
  `floor` varchar(10) NOT NULL DEFAULT '0.0',
  `landscape` varchar(10) NOT NULL DEFAULT '0.0',
  `allow_pets` enum('0','1') NOT NULL DEFAULT '1',
  `allow_pets_eat` enum('0','1') NOT NULL DEFAULT '0',
  `allow_walkthrough` enum('0','1') NOT NULL DEFAULT '0',
  `hidewall` enum('0','1') NOT NULL DEFAULT '0',
  `wallthick` int(1) NOT NULL DEFAULT '0',
  `floorthick` int(1) NOT NULL DEFAULT '0',
  `achievement` int(11) NOT NULL DEFAULT '0',
  `group_id` int(11) unsigned NOT NULL DEFAULT '0',
  `game_id` int(11) NOT NULL DEFAULT '0',
  `mute_settings` int(3) NOT NULL DEFAULT '0',
  `ban_settings` int(3) NOT NULL DEFAULT '0',
  `kick_settings` int(3) NOT NULL DEFAULT '0',
  `chat_type` int(3) NOT NULL DEFAULT '0',
  `chat_balloon` int(3) NOT NULL DEFAULT '0',
  `chat_speed` int(3) NOT NULL DEFAULT '0',
  `chat_max_distance` int(3) NOT NULL DEFAULT '14',
  `chat_flood_protection` int(3) NOT NULL DEFAULT '0',
  `walls_height` int(3) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`) USING BTREE,
  KEY `owner` (`owner`) USING BTREE,
  KEY `roomtype` (`roomtype`) USING BTREE,
  KEY `caption` (`caption`) USING BTREE,
  KEY `users_now` (`users_now`) USING BTREE,
  KEY `tags` (`tags`) USING BTREE,
  KEY `category` (`category`) USING BTREE,
  KEY `password` (`password`) USING BTREE
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

Peeta Peeta  • 13.07.15 19:16

SQL Rooms Empty teste 13.07.15 19:16

@Moderação
O Autor deste tópico tem 24 horas para apresentar uma resposta.

Peeta Peeta  • 16.07.15 12:56

SQL Rooms Empty Re: SQL Rooms 16.07.15 12:56

@Moderação 
Tópico fechado e Movido.
Motivo: Inativo.
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.