-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 15, 2023 at 12:16 AM
-- Server version: 10.4.17-MariaDB
-- PHP Version: 8.0.27

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 */;

--
-- Database: `staketestbot`
--

-- --------------------------------------------------------

--
-- Table structure for table `moton`
--

CREATE TABLE `moton` (
  `wellcome` text DEFAULT NULL,
  `mref` text DEFAULT NULL,
  `hellp` text DEFAULT NULL,
  `mdeposit` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `moton`
--

INSERT INTO `moton` (`wellcome`, `mref`, `hellp`, `mdeposit`) VALUES
('خوش آمدید 🌹', 'جایگاه متن بنر زیرمجموعه گیری', 'test', 'جایگاه متن راهنمای سرمایه گذاری');

-- --------------------------------------------------------

--
-- Table structure for table `Settings`
--

CREATE TABLE `Settings` (
  `bot` text DEFAULT NULL,
  `vwithdra` text DEFAULT NULL,
  `vstake` text DEFAULT NULL,
  `vcoinday` text DEFAULT NULL,
  `vref` text DEFAULT NULL,
  `vdeposit` text DEFAULT NULL,
  `support` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `Settings`
--

INSERT INTO `Settings` (`bot`, `vwithdra`, `vstake`, `vcoinday`, `vref`, `vdeposit`, `support`) VALUES
('on', 'on', 'on', 'on', 'on', 'on', 'on');

-- --------------------------------------------------------

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

CREATE TABLE `user` (
  `id` bigint(20) NOT NULL,
  `step` varchar(50) DEFAULT NULL,
  `member` bigint(20) DEFAULT 0,
  `coinday` varchar(150) DEFAULT NULL,
  `stakeday` varchar(150) DEFAULT NULL,
  `invite` int(11) DEFAULT 0,
  `address` text DEFAULT NULL,
  `stake` float DEFAULT 0,
  `coin` float DEFAULT 0,
  `phone` bigint(20) DEFAULT 0,
  `account` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `user`
--
ALTER TABLE `user`
  ADD PRIMARY KEY (`id`);
COMMIT;

/*!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 */;
