-- phpMyAdmin SQL Dump -- version 5.2.0 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Waktu pembuatan: 28 Des 2023 pada 07.27 -- Versi server: 10.4.27-MariaDB -- Versi PHP: 8.2.0 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: `water_monitoring` -- -- -------------------------------------------------------- -- -- Struktur dari tabel `controls` -- CREATE TABLE `controls` ( `id` bigint(20) UNSIGNED NOT NULL, `temperature` decimal(10,2) NOT NULL, `turbidity` decimal(10,2) NOT NULL, `ph` decimal(10,2) NOT NULL, `jarak` decimal(10,2) NOT NULL, `pompa_masuk` varchar(255) NOT NULL, `pompa_keluar` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `controls` -- INSERT INTO `controls` (`id`, `temperature`, `turbidity`, `ph`, `jarak`, `pompa_masuk`, `pompa_keluar`, `created_at`, `updated_at`) VALUES (7, '22.34', '152.80', '8.71', '9.30', 'Hidup', 'Hidup', '2023-12-28 05:51:51', '2023-12-28 05:51:51'), (8, '38.14', '175.36', '4.75', '6.17', 'Hidup', 'Mati', '2023-12-28 05:51:51', '2023-12-28 05:51:51'), (16, '37.04', '338.43', '4.96', '9.65', 'Hidup', 'Hidup', '2023-12-28 05:51:51', '2023-12-28 05:51:51'), (20, '35.47', '155.03', '3.94', '8.20', 'Mati', 'Hidup', '2023-12-28 05:51:51', '2023-12-28 05:51:51'), (23, '34.02', '225.75', '3.04', '6.83', 'Mati', 'Mati', '2023-12-28 05:51:51', '2023-12-28 05:51:51'), (24, '37.62', '147.79', '8.53', '8.56', 'Mati', 'Mati', '2023-12-28 05:51:51', '2023-12-28 05:51:51'); -- -------------------------------------------------------- -- -- Struktur dari tabel `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) NOT NULL, `connection` text NOT NULL, `queue` text NOT NULL, `payload` longtext NOT NULL, `exception` longtext NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_reset_tokens_table', 1), (3, '2019_08_19_000000_create_failed_jobs_table', 1), (4, '2019_12_14_000001_create_personal_access_tokens_table', 1), (5, '2023_07_21_151455_create_monitorings_table', 1), (6, '2023_08_17_041316_create_controls_table', 1); -- -------------------------------------------------------- -- -- Struktur dari tabel `monitorings` -- CREATE TABLE `monitorings` ( `id` bigint(20) UNSIGNED NOT NULL, `notification` tinyint(1) NOT NULL DEFAULT 0, `temperature` decimal(10,2) NOT NULL, `turbidity` decimal(10,2) NOT NULL, `ph` decimal(10,2) NOT NULL, `jarak` decimal(10,2) NOT NULL, `pompa_masuk` varchar(255) NOT NULL, `pompa_keluar` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `monitorings` -- INSERT INTO `monitorings` (`id`, `notification`, `temperature`, `turbidity`, `ph`, `jarak`, `pompa_masuk`, `pompa_keluar`, `created_at`, `updated_at`) VALUES (1, 0, '0.00', '0.00', '0.00', '0.00', 'Hidup', 'Mati', '2023-12-28 05:51:51', '2023-12-28 05:51:51'); -- -------------------------------------------------------- -- -- Struktur dari tabel `password_reset_tokens` -- CREATE TABLE `password_reset_tokens` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `token` varchar(64) NOT NULL, `abilities` text DEFAULT NULL, `last_used_at` timestamp NULL DEFAULT NULL, `expires_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `username` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) NOT NULL, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data untuk tabel `users` -- INSERT INTO `users` (`id`, `name`, `username`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES (1, 'Bagus Budi Satoto', 'bagussatoto', 'bagussatoto@gmail.com', NULL, '$2y$10$Ka7XHQqb3Ud1N/ipR9KTsOSFXX8yQHAjr3AMVykxY0.HiXr9JBgyO', NULL, '2023-12-28 05:51:51', '2023-12-28 05:51:51'); -- -- Indexes for dumped tables -- -- -- Indeks untuk tabel `controls` -- ALTER TABLE `controls` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indeks untuk tabel `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `monitorings` -- ALTER TABLE `monitorings` ADD PRIMARY KEY (`id`); -- -- Indeks untuk tabel `password_reset_tokens` -- ALTER TABLE `password_reset_tokens` ADD PRIMARY KEY (`email`); -- -- Indeks untuk tabel `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`), ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`); -- -- Indeks untuk tabel `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_username_unique` (`username`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- AUTO_INCREMENT untuk tabel yang dibuang -- -- -- AUTO_INCREMENT untuk tabel `controls` -- ALTER TABLE `controls` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT untuk tabel `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT untuk tabel `monitorings` -- ALTER TABLE `monitorings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT untuk tabel `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; 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 */;