diff --git a/localhost.sql b/localhost.sql new file mode 100644 index 0000000000000000000000000000000000000000..7cf5bf00111c7bee4dd6e06f9bf5da563f07f992 --- /dev/null +++ b/localhost.sql @@ -0,0 +1,274 @@ +-- phpMyAdmin SQL Dump +-- version 5.1.1 +-- https://www.phpmyadmin.net/ +-- +-- Host: localhost +-- Generation Time: May 11, 2023 at 08:27 PM +-- Server version: 10.4.22-MariaDB +-- PHP Version: 7.4.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: `furniture_price` +-- +CREATE DATABASE IF NOT EXISTS `furniture_price` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; +USE `furniture_price`; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `bed_data` +-- + +CREATE TABLE `bed_data` ( + `id` int(11) NOT NULL, + `bed_name` varchar(50) DEFAULT NULL, + `bed_price` float DEFAULT NULL, + `get_date` timestamp NULL DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +-- +-- Dumping data for table `bed_data` +-- + +INSERT INTO `bed_data` (`id`, `bed_name`, `bed_price`, `get_date`) VALUES +(1, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-05 04:42:00'), +(2, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-05 04:46:39'), +(3, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-05 08:44:04'), +(4, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-05 08:45:04'), +(5, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-05 08:50:05'), +(6, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-05 08:51:04'), +(7, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-05 08:52:04'), +(8, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:00:04'), +(9, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:10:27'), +(10, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:16:27'), +(11, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:40:13'), +(12, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:41:12'), +(13, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:42:12'), +(14, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:43:12'), +(15, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:44:12'), +(16, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:45:17'), +(17, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:46:12'), +(18, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-06 17:47:12'), +(19, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 12:30:16'), +(20, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 13:00:14'), +(21, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 14:30:14'), +(22, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 15:00:16'), +(23, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 15:30:15'), +(24, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 16:00:17'), +(25, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 16:30:14'), +(26, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 17:00:12'), +(27, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 17:30:13'), +(28, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 18:00:13'), +(29, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-07 18:30:13'), +(30, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-09 16:30:15'), +(31, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-09 17:00:14'), +(32, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-09 17:30:12'), +(33, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-11 18:20:19'), +(34, 'Seattle Full Solid Queen Size Bed-Cocoa', 1150, '2023-05-11 18:23:24'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `drawer_data` +-- + +CREATE TABLE `drawer_data` ( + `id` int(11) NOT NULL, + `drawer_name` varchar(50) DEFAULT NULL, + `drawer_price` float DEFAULT NULL, + `get_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +-- +-- Dumping data for table `drawer_data` +-- + +INSERT INTO `drawer_data` (`id`, `drawer_name`, `drawer_price`, `get_date`) VALUES +(1, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:00:04'), +(2, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:10:27'), +(3, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:16:27'), +(4, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:40:13'), +(5, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:41:12'), +(6, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:42:12'), +(7, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:43:12'), +(8, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:44:12'), +(9, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:45:17'), +(10, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:46:12'), +(11, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-06 17:47:12'), +(12, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 12:30:16'), +(13, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 13:00:14'), +(14, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 14:30:14'), +(15, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 15:00:16'), +(16, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 15:30:15'), +(17, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 16:00:17'), +(18, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 16:30:14'), +(19, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 17:00:12'), +(20, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 17:30:13'), +(21, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 18:00:13'), +(22, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-07 18:30:13'), +(23, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-09 16:30:15'), +(24, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-09 17:00:14'), +(25, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-09 17:30:12'), +(26, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-11 18:20:19'), +(27, 'LOTUS 6 Drawer Chest-Walnut', 690, '2023-05-11 18:23:24'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `sideTable_data` +-- + +CREATE TABLE `sideTable_data` ( + `id` int(11) NOT NULL, + `sideTable_name` varchar(50) DEFAULT NULL, + `sideTable_price` float DEFAULT NULL, + `get_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +-- +-- Dumping data for table `sideTable_data` +-- + +INSERT INTO `sideTable_data` (`id`, `sideTable_name`, `sideTable_price`, `get_date`) VALUES +(1, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:16:27'), +(2, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:40:13'), +(3, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:41:12'), +(4, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:42:12'), +(5, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:43:12'), +(6, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:44:12'), +(7, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:45:17'), +(8, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:46:12'), +(9, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-06 17:47:12'), +(10, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 12:30:16'), +(11, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 13:00:14'), +(12, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 14:30:14'), +(13, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 15:00:16'), +(14, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 15:30:15'), +(15, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 16:00:17'), +(16, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 16:30:14'), +(17, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 17:00:12'), +(18, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 17:30:13'), +(19, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 18:00:13'), +(20, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-07 18:30:13'), +(21, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-09 16:30:15'), +(22, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-09 17:00:14'), +(23, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-09 17:30:12'), +(24, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-11 18:20:19'), +(25, 'TOMAMU Solid Wood Side Table-Cocoa', 385, '2023-05-11 18:23:24'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wardrobe_data` +-- + +CREATE TABLE `wardrobe_data` ( + `id` int(11) NOT NULL, + `wardrobe_name` varchar(50) DEFAULT NULL, + `wardrobe_price` float DEFAULT NULL, + `get_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +-- +-- Dumping data for table `wardrobe_data` +-- + +INSERT INTO `wardrobe_data` (`id`, `wardrobe_name`, `wardrobe_price`, `get_date`) VALUES +(1, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:00:04'), +(2, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:10:27'), +(3, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:16:27'), +(4, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:40:13'), +(5, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:41:12'), +(6, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:42:12'), +(7, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:43:12'), +(8, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:44:12'), +(9, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:45:17'), +(10, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:46:12'), +(11, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-06 17:47:12'), +(12, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 12:30:16'), +(13, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 13:00:14'), +(14, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 14:30:14'), +(15, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 15:00:16'), +(16, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 15:30:15'), +(17, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 16:00:17'), +(18, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 16:30:14'), +(19, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 17:00:12'), +(20, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 17:30:13'), +(21, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 18:00:13'), +(22, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-07 18:30:13'), +(23, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-09 16:30:15'), +(24, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-09 17:00:14'), +(25, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-09 17:30:12'), +(26, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-11 18:20:19'), +(27, 'ARCHI 3 Door 1 Drawer Wardrobe-Walnut', 850, '2023-05-11 18:23:24'); + +-- +-- Indexes for dumped tables +-- + +-- +-- Indexes for table `bed_data` +-- +ALTER TABLE `bed_data` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `drawer_data` +-- +ALTER TABLE `drawer_data` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `sideTable_data` +-- +ALTER TABLE `sideTable_data` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `wardrobe_data` +-- +ALTER TABLE `wardrobe_data` + ADD PRIMARY KEY (`id`); + +-- +-- AUTO_INCREMENT for dumped tables +-- + +-- +-- AUTO_INCREMENT for table `bed_data` +-- +ALTER TABLE `bed_data` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; + +-- +-- AUTO_INCREMENT for table `drawer_data` +-- +ALTER TABLE `drawer_data` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; + +-- +-- AUTO_INCREMENT for table `sideTable_data` +-- +ALTER TABLE `sideTable_data` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; + +-- +-- AUTO_INCREMENT for table `wardrobe_data` +-- +ALTER TABLE `wardrobe_data` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; +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 */;