|
- {
- "kind": "collectionType",
- "collectionName": "transactions",
- "info": {
- "name": "Transaction",
- "description": ""
- },
- "options": {
- "increments": true,
- "timestamps": true,
- "draftAndPublish": true
- },
- "attributes": {
- "order_id": {
- "type": "string"
- },
- "product_name": {
- "type": "string"
- },
- "product_quantity": {
- "type": "biginteger"
- },
- "product_price": {
- "type": "biginteger"
- },
- "product_color": {
- "type": "string"
- },
- "product_courier": {
- "type": "string"
- },
- "cust_name": {
- "type": "string"
- },
- "cust_telp": {
- "type": "string"
- },
- "cust_address": {
- "type": "string"
- },
- "note": {
- "type": "text"
- },
- "status": {
- "model": "status",
- "via": "transactions"
- },
- "cust_email": {
- "type": "email"
- },
- "cust_postCode": {
- "type": "string"
- },
- "cust_village": {
- "type": "string"
- },
- "cust_district": {
- "type": "string"
- },
- "cust_city": {
- "type": "string"
- },
- "cust_province": {
- "type": "string"
- }
- }
- }
|