Fields in PWR apps represents what the columns represent in relational databases. It can store data values which are required for a particular object in a record. Fields can store many different types of data.
...
The above mentioned fields explain are as follows:
Standard Field:
Name:
Name is a standard field in every object and the field gets created at the time of creation of object. This is cannot be deleted or edited.
For standard objects, the fields which are present by default in them, cannot be deleted from standard object.
Audit Field:
Record Id:
A Record ID can help you identify a record in the database. Each record in system has a unique ID field assigned to it which is known as Record ID. It is system generated and cannot be edited or deleted. It is generated every time a new record is inserted into the application.
...
Is Manageable is a boolean field of metadata object that used to make an object is managed or
un-managed.
Custom Field:
Custom fields can be created on Standard or Custom object. They may or may not be required.
...