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

57 lines
1.1 KiB
YAML

propel:
_attributes:
defaultIdMethod: native
package: plugins.stUserTrackerLevelPlugin.lib.model
st_user_tracker_level:
_attributes:
phpName: stUserTrackerLevel
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
created_at:
type: timestamp
updated_at:
type: timestamp
cookie_id:
type: VARCHAR
size: 255
cookie_utd_id:
type: VARCHAR
size: 255
cookie_utd:
type: LONGVARCHAR
remote_address:
type: VARCHAR
size: 255
visit_count:
type: VARCHAR
size: 255
place_order:
type: INTEGER
default: 0
add_to_basket:
type: INTEGER
default: 0
product_view:
type: INTEGER
default: 0
browser:
type: VARCHAR
size: 255
system:
type: VARCHAR
size: 255
hardware:
type: VARCHAR
size: 255
ut_color:
type: VARCHAR
size: 255
is_test:
type: VARCHAR
size: 255
_indexes:
cookie_id_idx: [cookie_id, updated_at]