Files
2025-03-12 17:06:23 +01:00

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