mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 08:07:41 -07:00
Include referrers in statistics
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
$this->database->add('id INT NOT NULL AUTO_INCREMENT PRIMARY KEY');
|
||||
$this->database->add('hash_token VARCHAR(512) NOT NULL');
|
||||
$this->database->add('hittype VARCHAR(100) NOT NULL');
|
||||
$this->database->add('referrer VARCHAR(512) NOT NULL');
|
||||
$this->database->add('created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP');
|
||||
$this->database->create();
|
||||
}
|
||||
|
Reference in New Issue
Block a user