HOME


sh-3ll 1.0
DIR:/chroot/home/temp/iwxfinal/dbs_prefinal/
Upload File :
Current File : /chroot/home/temp/iwxfinal/dbs_prefinal/calendarholidays_profiles.sql
-- MariaDB dump 10.19  Distrib 10.6.16-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: calendarholidays_profiles
-- ------------------------------------------------------
-- Server version	10.6.16-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `user`
--

DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `password` varchar(100) NOT NULL,
  `role` varchar(100) NOT NULL,
  `verified` tinyint(4) NOT NULL,
  `verification_token` varchar(100) NOT NULL,
  `registered_with` varchar(255) NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user`
--

LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` VALUES (64,'Ravi','ravishankar.bonthu@gmail.com','$2y$10$iPMo0I2/Pjudi1qVz2OYheCGO7xTvGNG/aeTanBJiSMThrx.7lhee','',1,'5e845d689c432','https://dev.calendarholidays.net/','2020-04-01 09:22:48','0000-00-00 00:00:00'),(65,'shankar','brsvsp@gmail.com','$2y$10$9fpqO1dJfBRHZK/QybUz0exN/9BD0ma63CJ1YVpXxBBr48mRaTi3i','',1,'5e846cfe634d5','https://dev.calendarholidays.net/','2020-04-01 10:29:18','0000-00-00 00:00:00'),(66,'Ashok','ashokbisnu@gmail.com','$2y$10$E3nv4qyNHzsUwUnWr9LY9uVixez6HTOj7q46ijiKCniW4iieee/ia','',1,'5e848daa12a8f','https://dev.calendarholidays.net/','2020-04-01 12:48:42','0000-00-00 00:00:00'),(67,'Ravo','brsvsp@gmail.con','$2y$10$Q/4R6T47fu5yASJpSGEbSuZZx2.drzKe/TrFRd6hyawRL031RC4.S','',0,'5ebb60eb1a3eb','https://dev.calendarholidays.net/','2020-05-13 02:52:27','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_session`
--

DROP TABLE IF EXISTS `user_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_session` (
  `user_id` int(11) NOT NULL,
  `session_token` varchar(100) NOT NULL,
  `website` varchar(300) NOT NULL,
  `redirect_url` varchar(300) NOT NULL,
  `created_at` datetime NOT NULL,
  `expiry_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_session`
--

LOCK TABLES `user_session` WRITE;
/*!40000 ALTER TABLE `user_session` DISABLE KEYS */;
INSERT INTO `user_session` VALUES (64,'5fc33e0b1d1601606630923','http://localhost/site1','http://localhost/site1/dashboard.php','2020-11-29 06:22:03','2020-11-29 06:37:03'),(65,'6193b1e89f2a01637069288','http://localhost/site1','http://localhost/site1/dashboard.php','2021-11-16 13:28:08','2021-11-16 13:43:08'),(66,'5e84b7e881b1f1585756136','http://localhost/site1','http://localhost/site1/dashboard.php','2020-04-01 15:48:56','2020-04-01 16:03:56');
/*!40000 ALTER TABLE `user_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'calendarholidays_profiles'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-12-18 16:28:43