Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. (
  2. [geom] => Array
  3. (
  4. [type] => blob
  5. [size] => big
  6. [not null] =>
  7. )
  8.  
  9. [geo_type] => Array
  10. (
  11. [type] => varchar
  12. [default] =>
  13. [length] => 64
  14. )
  15.  
  16. [lat] => Array
  17. (
  18. [type] => numeric
  19. [precision] => 18
  20. [scale] => 12
  21. [not null] =>
  22. )
  23.  
  24. [lon] => Array
  25. (
  26. [type] => numeric
  27. [precision] => 18
  28. [scale] => 12
  29. [not null] =>
  30. )
  31.  
  32. [left] => Array
  33. (
  34. [type] => numeric
  35. [precision] => 18
  36. [scale] => 12
  37. [not null] =>
  38. )
  39.  
  40. [top] => Array
  41. (
  42. [type] => numeric
  43. [precision] => 18
  44. [scale] => 12
  45. [not null] =>
  46. )
  47.  
  48. [right] => Array
  49. (
  50. [type] => numeric
  51. [precision] => 18
  52. [scale] => 12
  53. [not null] =>
  54. )
  55.  
  56. [bottom] => Array
  57. (
  58. [type] => numeric
  59. [precision] => 18
  60. [scale] => 12
  61. [not null] =>
  62. )
  63.  
  64. [geohash] => Array
  65. (
  66. [type] => varchar
  67. [length] => 16
  68. [not null] =>
  69. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement