Advertisement
Ola_Mundo

Banco

Jul 6th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. CREATE TABLE if not exists Cadastro(
  2. Altura float ,
  3. Altura1aRam float ,
  4. CopaDiametro1 float ,
  5. CopaDiametro2 float ,
  6. CAP1 float ,
  7. CAP2 float ,
  8. CAP3 float ,
  9. CABase float ,
  10. CondicaoGeral Integer ,
  11. FiacaoPrimaria Integer ,
  12. DistanciaPrimaria Float ,
  13. FiacaoSecundaria Integer ,
  14. DistanciaSecundaria Float ,
  15. FiacaoDerivacao Integer ,
  16. DistanciaDerivacao float ,
  17. OutroConflito Integer ,
  18. OutraPlanta Integer ,
  19. DistanciaOutroConflito Float ,
  20. RedeCompacta Integer ,
  21. RaizErguendoCalcada Integer ,
  22. AdequacaoCanteiro Integer ,
  23. QualidadePoda Integer ,
  24. Localizacao Text ,
  25. Cupim Integer ,
  26. FormigaCarpIntegereira Integer ,
  27. PodridaoNegra Integer ,
  28. PodridaoBranca Integer ,
  29. OcoBase Integer ,
  30. V Integer ,
  31. Oco1aRam Integer ,
  32. OutraPragaDoenca Integer ,
  33. GravidadeAlvo Integer ,
  34. CorpoFrutiBase Integer ,
  35. CorpoFruti1aRam Integer ,
  36. Anelamento Integer ,
  37. ColoSoterrado Integer ,
  38. InjuriasRaizes Integer ,
  39. TipoCalcada Text ,
  40. SecaBase Integer ,
  41. VolumeCopa Float ,
  42. Via Text ,
  43. DAP Float ,
  44. Tempo TIME ,
  45. NomeComum Text ,
  46. Genero Text ,
  47. IRQ Float ,
  48. Especie Text ,
  49. VolumeCopa Float ,
  50. AnguloInclinacao Integer ,
  51. Comprimento Float ,
  52. AreaCopa Float ,
  53. DiametroBase Float ,
  54. OutrasRecomendacoes Text ,
  55. Recomendacoes Text ,
  56. Bairro Text ,
  57. NrImovel Integer
  58.  
  59. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement