first commit
This commit is contained in:
49
plugins/stNotificationPlugin/config/schema.yml
Normal file
49
plugins/stNotificationPlugin/config/schema.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
propel:
|
||||
_attributes:
|
||||
defaultIdMethod: native
|
||||
package: plugins.stNotificationPlugin.lib.model
|
||||
st_notification:
|
||||
_attributes:
|
||||
phpName: Notification
|
||||
id:
|
||||
type: INTEGER
|
||||
primaryKey: true
|
||||
required: true
|
||||
autoIncrement: true
|
||||
message_id:
|
||||
type: VARCHAR
|
||||
size: 32
|
||||
index: unique
|
||||
required: false
|
||||
type:
|
||||
type: INTEGER
|
||||
required: true
|
||||
call_count:
|
||||
type: INTEGER
|
||||
required: true
|
||||
default: 0
|
||||
is_marked_as_read:
|
||||
type: BOOLEAN
|
||||
default: 0
|
||||
required: true
|
||||
has_popup_message:
|
||||
type: BOOLEAN
|
||||
default: 0
|
||||
required: true
|
||||
created_at:
|
||||
type: TIMESTAMP
|
||||
required: true
|
||||
message:
|
||||
type: VARCHAR
|
||||
size: 4096
|
||||
required: true
|
||||
action:
|
||||
type: VARCHAR
|
||||
size: 255
|
||||
icon:
|
||||
type: VARCHAR
|
||||
size: 64
|
||||
i18n_catalogue:
|
||||
type: VARCHAR
|
||||
size: 64
|
||||
Reference in New Issue
Block a user