NewspaperMaster
Documentation for the NewspaperMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| newspaperId | String | Unique reference to newspaper. |
| newspaperName | String | The name or title of the newspapermaster. |
| contactPerson1 | String | Stores the contact person1 data. |
| contactNumber1 | String | Stores the contact number1 data. |
| contactPerson2 | String | Stores the contact person2 data. |
| contactNumber2 | String | Stores the contact number2 data. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | ObjectId | Unique reference to inserted Date. |
| updatedDateId | ObjectId | Unique reference to updated Date. |