Advertisement
Ola_Mundo

BancoPhpMyAdmin

Jul 6th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.5.2
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: 127.0.0.1
  6. -- Generation Time: 07-Jul-2016 Γ s 00:38
  7. -- VersΓ£o do servidor: 5.7.9
  8. -- PHP Version: 5.6.16
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13.  
  14. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  15. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  16. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  17. /*!40101 SET NAMES utf8mb4 */;
  18.  
  19. --
  20. -- Database: `treego1`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Estrutura da tabela `Cadastro`
  27. --
  28.  
  29. DROP TABLE IF EXISTS `Cadastro`;
  30. CREATE TABLE IF NOT EXISTS `cadastro` (
  31. `Altura` float NOT NULL,
  32. `Altura1aRam` float NOT NULL,
  33. `CopaDiametro1` float NOT NULL,
  34. `CopaDiametro2` float NOT NULL,
  35. `CAP1` float NOT NULL,
  36. `CAP2` float NOT NULL,
  37. `CAP3` float NOT NULL,
  38. `CAbase` float NOT NULL,
  39. `CondicaoGeral` int(11) NOT NULL,
  40. `FiacaoPrimaria` int(11) NOT NULL,
  41. `DistanciaPrimaria` float NOT NULL,
  42. `FiacaoSecundaria` int(11) NOT NULL,
  43. `DistanciaSecundaria` float NOT NULL,
  44. `FiacaoDerivacao` int(11) NOT NULL,
  45. `DistanciaDerivacao` float NOT NULL,
  46. `OutroConflito` int(11) NOT NULL,
  47. `OutraPlanta` int(11) NOT NULL,
  48. `DistanciaOutroConflito` float NOT NULL,
  49. `RedeCompacta` int(11) NOT NULL,
  50. `RaizErguendoCalcada` int(11) NOT NULL,
  51. `AdequacaoCanteiro` int(11) NOT NULL,
  52. `QualidadePoda` int(11) NOT NULL,
  53. `Localizacao` text NOT NULL,
  54. `Cupim` int(11) NOT NULL,
  55. `FormigaCarpinteira` int(11) NOT NULL,
  56. `PodridaoNegra` int(11) NOT NULL,
  57. `PodridaoBranca` int(11) NOT NULL,
  58. `OcoBase` int(11) NOT NULL,
  59. `V` int(11) NOT NULL,
  60. `Oco1aRam` int(11) NOT NULL,
  61. `OutraPragaDoenca` int(11) NOT NULL,
  62. `GravidadeAlvo` int(11) NOT NULL,
  63. `CorpoFrutiBase` int(11) NOT NULL,
  64. `CorpoFruti1a|Ram` int(11) NOT NULL,
  65. `Anelamento` int(11) NOT NULL,
  66. `ColoSoterrado` int(11) NOT NULL,
  67. `InjuriasRaizes` int(11) NOT NULL,
  68. `TipoCalcada` text NOT NULL,
  69. `SecaBase` int(11) NOT NULL,
  70. `Via` text NOT NULL,
  71. `DAP` float NOT NULL,
  72. `Tempo` time NOT NULL,
  73. `NomeComum` text NOT NULL,
  74. `Genero` text NOT NULL,
  75. `IRQ` double NOT NULL,
  76. `Especie` text NOT NULL,
  77. `VolumeCopa` float NOT NULL,
  78. `AnguloInclinacao` int(11) NOT NULL,
  79. `Comprimento` float NOT NULL,
  80. `AreaCopa` float NOT NULL,
  81. `DiametroBase` float NOT NULL,
  82. `OutrasRecomendacoes` text NOT NULL,
  83. `Recomendacoes` text NOT NULL,
  84. `Bairro` text NOT NULL,
  85. `NrImovel` int(11) NOT NULL
  86. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  87.  
  88. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  89. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  90. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement