File: /home/joderbya/public_html/foiroubado.com/111/foiroubado.sql
-- phpMyAdmin SQL Dump
-- version 4.1.14
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: 11-Set-2017 às 22:31
-- Versão do servidor: 5.6.17
-- PHP Version: 5.5.12
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `foiroubado`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `anuncios`
--
CREATE TABLE IF NOT EXISTS `anuncios` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tipoParticipacao` varchar(1) NOT NULL,
`nome` varchar(50) NOT NULL,
`endereco1` varchar(50) NOT NULL,
`endereco2` varchar(50) NOT NULL,
`cidade` varchar(15) NOT NULL,
`provincia` varchar(15) NOT NULL,
`país` varchar(15) NOT NULL,
`contacto` varchar(15) NOT NULL,
`numProcesso` varchar(15) NOT NULL,
`dataParticipacao` date NOT NULL,
`postoPolicial` varchar(15) NOT NULL,
`postoContacto` varchar(15) NOT NULL,
`tipoObjecto` varchar(10) NOT NULL,
`marca` varchar(10) NOT NULL,
`modelo` varchar(10) DEFAULT NULL,
`numSerie` varchar(30) DEFAULT NULL,
`matricula` varchar(10) DEFAULT NULL,
`numMotor` varchar(30) DEFAULT NULL,
`numQuadro` varchar(30) DEFAULT NULL,
`descricao` text NOT NULL,
`imagem1` varchar(100) NOT NULL,
`imagem2` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;
--
-- Extraindo dados da tabela `anuncios`
--
INSERT INTO `anuncios` (`id`, `tipoParticipacao`, `nome`, `endereco1`, `endereco2`, `cidade`, `provincia`, `país`, `contacto`, `numProcesso`, `dataParticipacao`, `postoPolicial`, `postoContacto`, `tipoObjecto`, `marca`, `modelo`, `numSerie`, `matricula`, `numMotor`, `numQuadro`, `descricao`, `imagem1`, `imagem2`) VALUES
(13, '1', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', '', '845214564', 'weeyruijrhetg', '2017-09-09', 'terceira esquad', '823212345', 'telemovel', 'Iphone', '6 plus', '23467886r54', '', '', '', '', 'image', 'image'),
(14, '1', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', '', '845214564', '23465563dfd', '2017-09-09', 'terceira esquad', '823212345', 'telemovel', 'Iphone', '5c', '9876543', '', '', '', '', 'image', 'image'),
(12, '1', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', '', '845214564', '23465563dfd', '2017-09-09', 'terceira esquad', '823212345', 'telemovel', 'Samsung', 'j5', '23456789765', '', '', '', 'Cor preto com racha no ecra', 'image', 'image'),
(11, '1', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', 'Belarus', '845214564', '23465563dfd', '2017-09-09', 'terceira esquad', '823212345', 'motorizada', 'SUZUKI', 'RS900', '', 'AAF159MC', '546yg', '4356', 'Cor vermelho', 'image', 'image'),
(10, '1', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', 'Belarus', '845214564', '23465563dfd', '2017-09-09', 'terceira esquad', '823212345', 'motorizada', 'Honda', 'R1000', '', 'AFF199MC', 'wqwq1000', '565hh', 'Cor preto', 'image', 'image'),
(8, '2', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', 'Belarus', '845214564', '23465563dfd', '2017-09-09', 'terceira esquad', '823212345', 'automovel', 'Toyota', 'd4d', '', 'AGF123MP', '345d4d', '9876ty', 'dupla cabine\r\ncreme', 'image', 'image'),
(9, '1', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', 'Belarus', '845214564', '23465563dfd', '2017-09-09', 'terceira esquad', '823212345', 'automovel', 'Toyota', 'funcargo', '', 'ABF111MC', 'ewrty', 'eer456yh', 'Cor branca\r\njantes especiais\r\njanelas escuras', 'image', 'image'),
(15, '1', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', '', '845214564', '23465563dfd', '2016-09-09', 'terceira esquad', '823212345', 'barco', 'Suzuki', 'wave', '', 'EAT123MP', '234567a', '34356ytfd', 'Roubado na escola nautica', 'image', 'image'),
(16, '1', 'Kevin Max', 'AV mocambique', '', 'maputo', 'maputo', '', '845214564', '23467ytre', '2016-09-09', 'terceira esquad', '823212345', 'bicicleta', 'everest', 'BMX', '234tgfcx', '', '', '12345trfds', 'Roubado na escola nautica', 'image', 'image');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;