Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

60 rader
1.0 KiB

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "transaction_suzukis",
  4. "info": {
  5. "name": "TransactionSuzuki"
  6. },
  7. "options": {
  8. "increments": true,
  9. "timestamps": true,
  10. "draftAndPublish": true
  11. },
  12. "attributes": {
  13. "cust_name": {
  14. "type": "string"
  15. },
  16. "cust_telp": {
  17. "type": "biginteger"
  18. },
  19. "cust_address": {
  20. "type": "text"
  21. },
  22. "note": {
  23. "type": "text"
  24. },
  25. "order_id": {
  26. "type": "string"
  27. },
  28. "product_name": {
  29. "type": "string"
  30. },
  31. "product_quantity": {
  32. "type": "biginteger"
  33. },
  34. "product_price": {
  35. "type": "biginteger"
  36. },
  37. "product_color": {
  38. "type": "string"
  39. },
  40. "product_courier": {
  41. "type": "string"
  42. },
  43. "product_img": {
  44. "model": "file",
  45. "via": "related",
  46. "allowedTypes": [
  47. "images",
  48. "files",
  49. "videos"
  50. ],
  51. "plugin": "upload",
  52. "required": false
  53. },
  54. "status": {
  55. "model": "status",
  56. "via": "transaction_suzukis"
  57. }
  58. }
  59. }