first commit
This commit is contained in:
31
plugins/stCeneoPlugin/config/schema.yml
Normal file
31
plugins/stCeneoPlugin/config/schema.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
propel:
|
||||
_attributes:
|
||||
defaultIdMethod: native
|
||||
package: plugins.stCeneoPlugin.lib.model
|
||||
st_ceneo:
|
||||
_attributes:
|
||||
phpName: Ceneo
|
||||
created_at:
|
||||
type: timestamp
|
||||
updated_at:
|
||||
type: timestamp
|
||||
id:
|
||||
type: INTEGER
|
||||
primaryKey: true
|
||||
required: true
|
||||
autoIncrement: true
|
||||
product_id:
|
||||
type: INTEGER
|
||||
required: true
|
||||
foreignTable: st_product
|
||||
foreignReference: id
|
||||
onDelete: cascade
|
||||
active:
|
||||
type: BOOLEAN
|
||||
required: true
|
||||
description:
|
||||
type: LONGVARCHAR
|
||||
is_basket:
|
||||
type: BOOLEAN
|
||||
default: false
|
||||
Reference in New Issue
Block a user