-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jan 27, 2023 at 07:29 PM
-- 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: `appleid_bot`
--

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

--
-- Table structure for table `appleid`
--

CREATE TABLE `appleid` (
  `id` bigint(20) NOT NULL,
  `appleidinfo` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

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

--
-- Table structure for table `Bought`
--

CREATE TABLE `Bought` (
  `id` bigint(20) NOT NULL,
  `Owner` bigint(20) DEFAULT NULL,
  `appleidinfo` text DEFAULT NULL,
  `amount` bigint(20) DEFAULT NULL,
  `status` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

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

--
-- Table structure for table `codeH`
--

CREATE TABLE `codeH` (
  `code` text DEFAULT NULL,
  `coin` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

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

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

CREATE TABLE `moton` (
  `tarfe` text DEFAULT NULL,
  `hellp` text DEFAULT NULL,
  `readydes` text DEFAULT NULL,
  `personaldes` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

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

INSERT INTO `moton` (`tarfe`, `hellp`, `readydes`, `personaldes`) VALUES
('test', 'test', 'test', 'test');

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

--
-- Table structure for table `price`
--

CREATE TABLE `price` (
  `ready` bigint(20) DEFAULT NULL,
  `personal` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `price`
--

INSERT INTO `price` (`ready`, `personal`) VALUES
(1, 1);

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

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

CREATE TABLE `Settings` (
  `bot` text DEFAULT NULL,
  `pay` text DEFAULT NULL,
  `sharj` text DEFAULT NULL,
  `support` text DEFAULT NULL,
  `zarinpal` text DEFAULT NULL,
  `idpay` text DEFAULT NULL,
  `cart` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

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

INSERT INTO `Settings` (`bot`, `pay`, `sharj`, `support`, `zarinpal`, `idpay`, `cart`) VALUES
('on', 'on', 'on', 'on', 'on', 'on', 'on');

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

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

CREATE TABLE `user` (
  `id` bigint(20) NOT NULL,
  `step` varchar(20) DEFAULT NULL,
  `step2` varchar(20) DEFAULT NULL,
  `coin` bigint(20) DEFAULT NULL,
  `phone` bigint(20) DEFAULT NULL,
  `account` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Indexes for dumped tables
--

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

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

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