update constants,

This commit is contained in:
louiscklaw
2025-04-24 20:04:34 +08:00
parent 0785fcd144
commit fa35ef2bef
2 changed files with 121 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ const COL_QUIZ_CR_QUESTIONS = 'QuizCRQuestions';
// ROLES: // ROLES:
const COL_CUSTOMERS = 'Customers'; const COL_CUSTOMERS = 'Customers';
const COL_NOTIFICATIONS = 'Notifications';
const COL_TEACHERS = 'Teachers'; const COL_TEACHERS = 'Teachers';
const COL_STUDENTS = 'Students'; const COL_STUDENTS = 'Students';
@@ -47,6 +48,7 @@ export {
COL_QUIZ_CR_QUESTIONS, COL_QUIZ_CR_QUESTIONS,
// //
COL_CUSTOMERS, COL_CUSTOMERS,
COL_NOTIFICATIONS,
COL_TEACHERS, COL_TEACHERS,
COL_STUDENTS, COL_STUDENTS,
// //

View File

@@ -982,6 +982,125 @@
"indexes": [], "indexes": [],
"system": false "system": false
}, },
{
"id": "pbc_977978967",
"listRule": "",
"viewRule": "",
"createRule": "",
"updateRule": "",
"deleteRule": "",
"name": "Notifications",
"type": "base",
"fields": [
{
"autogeneratePattern": "[a-z0-9]{15}",
"hidden": false,
"id": "text3208210256",
"max": 15,
"min": 15,
"name": "id",
"pattern": "^[a-z0-9]+$",
"presentable": false,
"primaryKey": true,
"required": true,
"system": true,
"type": "text"
},
{
"hidden": false,
"id": "bool2555855207",
"name": "read",
"presentable": false,
"required": false,
"system": false,
"type": "bool"
},
{
"autogeneratePattern": "",
"hidden": false,
"id": "text2363381545",
"max": 0,
"min": 0,
"name": "type",
"pattern": "",
"presentable": false,
"primaryKey": false,
"required": false,
"system": false,
"type": "text"
},
{
"hidden": false,
"id": "json3182418120",
"maxSize": 0,
"name": "author",
"presentable": false,
"required": false,
"system": false,
"type": "json"
},
{
"hidden": false,
"id": "json4225294584",
"maxSize": 0,
"name": "job",
"presentable": false,
"required": false,
"system": false,
"type": "json"
},
{
"autogeneratePattern": "",
"hidden": false,
"id": "text1843675174",
"max": 0,
"min": 0,
"name": "description",
"pattern": "",
"presentable": false,
"primaryKey": false,
"required": false,
"system": false,
"type": "text"
},
{
"autogeneratePattern": "",
"hidden": false,
"id": "text1798508311",
"max": 0,
"min": 0,
"name": "NOTI_ID",
"pattern": "",
"presentable": false,
"primaryKey": false,
"required": false,
"system": false,
"type": "text"
},
{
"hidden": false,
"id": "autodate2990389176",
"name": "created",
"onCreate": true,
"onUpdate": false,
"presentable": false,
"system": false,
"type": "autodate"
},
{
"hidden": false,
"id": "autodate3332085495",
"name": "updated",
"onCreate": true,
"onUpdate": true,
"presentable": false,
"system": false,
"type": "autodate"
}
],
"indexes": [],
"system": false
},
{ {
"id": "pbc_4061499106", "id": "pbc_4061499106",
"listRule": "", "listRule": "",