23 lines
432 B
YAML
23 lines
432 B
YAML
---
|
|
propel:
|
|
_attributes:
|
|
defaultIdMethod: native
|
|
package: plugins.stBackendFastMenuPlugin.lib.model
|
|
st_fast_menu:
|
|
_attributes:
|
|
phpName: FastMenu
|
|
created_at:
|
|
type: timestamp
|
|
updated_at:
|
|
type: timestamp
|
|
id:
|
|
type: INTEGER
|
|
primaryKey: true
|
|
required: true
|
|
autoIncrement: true
|
|
module:
|
|
type: VARCHAR
|
|
size: 255
|
|
position:
|
|
type: INTEGER
|