viewing paste Unknown #25578 | Javascript

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
{
    "title": "ID-based module",
    "description": "",
    "help": "",
    "comment": "",
    "name": "ID-based module",
    "label": "",
    "properties": {
        "id": {
            "title": "ID",
            "description": "",
            "help": "",
            "comment": "",
            "label": "",
            "column": {
                "c1": {
                    "width": 24,
                    "type": "Checkbox"
                },
                "c2": {
                    "width": 80,
                    "order": 1000,
                    "type": "Id",
                    "edit": true,
                    "del": true
                }
            },
            "formElement": {
                "f1": {
                    "type": "Label",
                    "order": 1000,
                    "tab": "General"
                }
            }
        }
    },
    "table": {
        "columns": {
            "id": {
                "type": "bigint",
                "unsigned": true,
                "autoIncrement": true,
                "comment": "Уникальный идентификатор"
            }
        },
        "indexes": {
            "primaryKey": {
                "type": "primaryKey",
                "fields": {
                    "id": []
                }
            }
        }
    }
}
Viewed 837 times, submitted by Guest.