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

39 lines
760 B
YAML

---
propel:
_attributes:
defaultIdMethod: native
package: plugins.stAvailabilityPlugin.lib.model
st_availability:
_attributes:
phpName: Availability
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
sf_asset_id:
type: INTEGER
required: false
foreignTable: sf_asset
foreignReference: id
onDelete: setnull
stock_from:
type: DECIMAL
size: 8
scale: 2
is_system_default:
type: BOOLEAN
opt_availability_name:
type: VARCHAR
size: 255
color:
type: VARCHAR
size: 6
image:
type: VARCHAR
size: 255