Cohort.json 505B

1234567891011121314151617181920212223
  1. {
  2. "name": "Cohort",
  3. "fields": [
  4. {
  5. "fieldName": "cohortId",
  6. "fieldType": "Double"
  7. },
  8. {
  9. "fieldName": "gradDate",
  10. "fieldType": "String"
  11. }
  12. ],
  13. "relationships": [],
  14. "changelogDate": "20181217184613",
  15. "entityTableName": "cohort",
  16. "dto": "no",
  17. "pagination": "no",
  18. "service": "no",
  19. "jpaMetamodelFiltering": false,
  20. "fluentMethods": true,
  21. "clientRootFolder": "",
  22. "applications": "*"
  23. }