-- phpMyAdmin SQL Dump
-- version 5.1.3
-- https://www.phpmyadmin.net/
--
-- Host: db
-- Generation Time: May 17, 2022 at 06:36 AM
-- Server version: 10.5.8-MariaDB-1:10.5.8+maria~focal
-- PHP Version: 8.0.15

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: `3pdata`
--

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

--
-- Table structure for table `discipline`
--

CREATE TABLE `discipline` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `marketplaceId` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `discipline`
--

INSERT INTO `discipline` (`id`, `title`, `marketplaceId`, `created_at`, `updated_at`) VALUES
(1, 'Dance', 27, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(2, 'Drama', 28, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(3, 'Media Arts', 29, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(4, 'Music', 30, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(5, 'Visual Arts', 31, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(6, 'Visual Communication Design', 32, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(7, 'Critical and Creative Thinking', 33, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(8, 'Ethical Capability', 34, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(9, 'Intercultural Capability', 35, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(10, 'Personal and Social Capability', 36, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(11, 'English', 137, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(12, 'English as an Additional Language (EAL)', 138, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(13, 'Health and Physical Education', 37, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(14, 'Civics and Citizenship', 139, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(15, 'Economics and Business', 140, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(16, 'Geography', 141, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(17, 'History', 142, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(18, 'Mathematics', 143, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(19, 'Science', 144, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(20, 'Design and Technologies', 145, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(21, 'Digital Technologies', 146, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(22, 'Arabic', 147, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(23, 'Auslan', 148, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(24, 'Chinese', 149, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(25, 'Classical Greek', 150, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(26, 'French', 151, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(27, 'German', 152, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(28, 'Hindi', 153, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(29, 'Indonesian', 154, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(30, 'Italian', 155, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(31, 'Japanese', 156, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(32, 'Korean', 157, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(33, 'Latin', 158, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(34, 'Modern Greek', 159, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(35, 'Non-Roman Alphabet Languages', 160, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(36, 'Roman Alphabet Languages', 161, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(37, 'Spanish', 162, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(38, 'Turkish', 163, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(39, 'Victorian Aboriginal Languages', 164, '2022-03-08 00:57:26', '2022-03-08 00:57:26'),
(40, 'Vietnamese', 165, '2022-03-08 00:57:26', '2022-03-08 00:57:26');

--
-- Indexes for dumped tables
--

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `discipline`
--
ALTER TABLE `discipline`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;
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 */;
