-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jul 05, 2025 at 04:03 PM
-- Server version: 8.0.42-cll-lve
-- PHP Version: 8.3.22

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: `simeya_db`
--

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

--
-- Table structure for table `simeya_template_sections`
--

CREATE TABLE `simeya_template_sections` (
  `section_id` int UNSIGNED NOT NULL,
  `section_name` varchar(255) NOT NULL,
  `section_content` longtext,
  `section_status` tinyint(1) DEFAULT '1',
  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `simeya_template_sections`
--

INSERT INTO `simeya_template_sections` (`section_id`, `section_name`, `section_content`, `section_status`, `created_at`) VALUES
(1, 'Hero Section', NULL, 1, '2025-07-05 17:29:12'),
(2, 'Services Section', NULL, 1, '2025-07-05 17:29:12'),
(3, 'Strategy Section', NULL, 1, '2025-07-05 17:29:12'),
(4, 'Testimonials Section', NULL, 1, '2025-07-05 17:29:12'),
(5, 'Pricing Section', NULL, 1, '2025-07-05 17:29:12'),
(6, 'Team Section', NULL, 1, '2025-07-05 17:29:12'),
(7, 'Community Section', NULL, 1, '2025-07-05 17:29:12'),
(8, 'Brands Section', NULL, 1, '2025-07-05 17:29:12'),
(9, 'Contact CTA Section', NULL, 1, '2025-07-05 17:29:12');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `simeya_template_sections`
--
ALTER TABLE `simeya_template_sections`
  ADD PRIMARY KEY (`section_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `simeya_template_sections`
--
ALTER TABLE `simeya_template_sections`
  MODIFY `section_id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
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 */;
