MageSmith

👤 Magento_Customer · engine innodb

customer_log

Customer Log Table

Columns (4)

NameTypeNullDefaultComment
log_id PKint noLog ID
customer_id int noCustomer ID
last_login_at timestamp yesLast Login Time
last_logout_at timestamp yesLast Logout Time

Keys & indexes

Primary key: log_id

Unique

  • CUSTOMER_LOG_CUSTOMER_ID (customer_id)