HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/prestashop1.8/modules/ps_accounts/sql/create_employee_account_table.sql
CREATE TABLE IF NOT EXISTS `PREFIX_employee_account`
(
  id_employee_account INT AUTO_INCREMENT NOT NULL,
  id_employee INT NOT NULL,
  email VARCHAR(64) NOT NULL,
  uid VARCHAR(64) NOT NULL,
  date_add DATETIME NOT NULL,
  date_upd DATETIME NOT NULL,
  PRIMARY KEY(id_employee_account)
) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci`
  ENGINE = InnoDB;