b0y-101 Mini Shell


Current Path : E:/www/km/37/administrator/components/com_eventgallery/sql/updates/mysql/
File Upload :
Current File : E:/www/km/37/administrator/components/com_eventgallery/sql/updates/mysql/3.6.4_2017-02-13.sql

DROP TABLE IF EXISTS `#__eventgallery_auth_token`;
CREATE TABLE IF NOT EXISTS `#__eventgallery_auth_token` (
  `refresh_token_hash` varchar(255) NOT NULL DEFAULT '',
  `access_token` varchar(255) NOT NULL DEFAULT '',
  `valid_until` timestamp NULL DEFAULT NULL,
    PRIMARY KEY (`refresh_token_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Copyright © 2019 by b0y-101