first commit
This commit is contained in:
16
plugins/stEcardPlugin/config/schema.yml
Normal file
16
plugins/stEcardPlugin/config/schema.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
propel:
|
||||
_attributes:
|
||||
defaultIdMethod: native
|
||||
package: plugins.stEcardPlugin.lib.model
|
||||
st_ecard_transaction:
|
||||
_attributes:
|
||||
phpName: EcardTransaction
|
||||
id:
|
||||
type: INTEGER
|
||||
primaryKey: true
|
||||
required: true
|
||||
autoIncrement: true
|
||||
order_id:
|
||||
type: INTEGER
|
||||
required: true
|
||||
Reference in New Issue
Block a user