Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. SchemaFolder {
  2. boomWlaczone:
  3. SchemaPiece {
  4. type: 'boolean',
  5. array: false,
  6. default: true,
  7. min: null,
  8. max: null,
  9. sql: [ 'boomWlaczone', 'TEXT DEFAULT true' ],
  10. configurable: true,
  11. validator: null },
  12. location:
  13. SchemaPiece {
  14. type: 'string',
  15. array: false,
  16. default: null,
  17. min: null,
  18. max: null,
  19. sql: [ 'location', 'TEXT' ],
  20. configurable: true,
  21. validator: null },
  22. reakcja:
  23. SchemaPiece {
  24. type: 'emoji',
  25. array: false,
  26. default: '377863433304932362',
  27. min: null,
  28. max: null,
  29. sql: [ 'reakcja', 'TEXT DEFAULT \'377863433304932362\'' ],
  30. configurable: true,
  31. validator: null },
  32. reakcjaBlad:
  33. SchemaPiece {
  34. type: 'emoji',
  35. array: false,
  36. default: '377863507489718273',
  37. min: null,
  38. max: null,
  39. sql: [ 'reakcjaBlad', 'TEXT DEFAULT \'377863507489718273\'' ],
  40. configurable: true,
  41. validator: null },
  42. lvlupMessage:
  43. SchemaPiece {
  44. type: 'boolean',
  45. array: false,
  46. default: true,
  47. min: null,
  48. max: null,
  49. sql: [ 'lvlupMessage', 'TEXT DEFAULT true' ],
  50. configurable: true,
  51. validator: null } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement