APP Installation
DB will be used: Mysql
API REFERENCE: https://documenter.getpostman.com/view/4420537/Szf838Xq?version=latest#513b2703-88a2-47a4-9e83-053ffe883494
Field Name | Business Purpose | Field type (with size) | Is it a required field? | Is it editable? | Is it Unique? | Specific validations for some field type
| REFERENCE OF OTHER BUILDING BLOCK Accept only specified values. If Yes, mention what values. In case values are to be filled by reference to records in other datastore - mention the reference to records In case there is the condition, mention the condition In case of enum and Boolean, explain meaning of each enum value or boolean value |
---|---|---|---|---|---|---|---|
id | Unique identifier for this App Installation | integer | Yes | No | Yes | No | No |
appId | Id of the APP | integer | Yes | No | Yes | No | No |
accountSlug | slug of workspace | string | Yes | No | Yes | No | No |
appInstallationLink | APP installation link | string | Yes | No | Yes | URL | No |
status | App installation status | Enum[pending, install, uninstall] | Yes | Yes | No | No | No |
createdAt | created date of APP installation | string | No | No | No | yyyy-mm-dd h:m:s | No |
updatedAt | updated date of APP installation | string | No | No | No | yyyy-mm-dd h:m:s | No |