[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Download
/
[
Home
]
File: web_galeri.sql
-- phpMyAdmin SQL Dump -- version 4.8.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Waktu pembuatan: 28 Jun 2024 pada 12.43 -- Versi server: 10.1.37-MariaDB -- Versi PHP: 5.6.39 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; 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: `web_galeri` -- -- -------------------------------------------------------- -- -- Struktur dari tabel `configuration` -- CREATE TABLE `configuration` ( `conf_id` bigint(20) NOT NULL, `id_concat` bigint(20) NOT NULL, `conf_set` varchar(255) NOT NULL COMMENT 'left/right/bottom_center', `conf_text` text NOT NULL, `conf_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `conf_create_by` bigint(20) NOT NULL, `conf_update` datetime NOT NULL, `conf_last_update` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Struktur dari tabel `message_contact` -- CREATE TABLE `message_contact` ( `message_id` bigint(20) NOT NULL, `message_name` varchar(255) NOT NULL, `message_email` varchar(255) NOT NULL, `message_subject` varchar(255) NOT NULL, `message_text` text NOT NULL, `message_tt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `message_contact` -- INSERT INTO `message_contact` (`message_id`, `message_name`, `message_email`, `message_subject`, `message_text`, `message_tt`) VALUES (1, '', '', '', '', '2015-12-01 09:50:16'); -- -------------------------------------------------------- -- -- Struktur dari tabel `user_login` -- CREATE TABLE `user_login` ( `user_id` bigint(20) NOT NULL, `user_name` varchar(255) NOT NULL, `user_pass` varchar(255) NOT NULL, `user_fullname` varchar(255) NOT NULL, `user_profile` varchar(255) NOT NULL COMMENT 'owner/staff/admin', `user_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `user_create_by` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `user_login` -- INSERT INTO `user_login` (`user_id`, `user_name`, `user_pass`, `user_fullname`, `user_profile`, `user_create`, `user_create_by`) VALUES (1, 'admin', '123456789', 'Administrator', 'administrator', '2015-05-20 19:02:04', 1); -- -------------------------------------------------------- -- -- Struktur dari tabel `web_content` -- CREATE TABLE `web_content` ( `content_id` bigint(20) NOT NULL, `id_page` bigint(20) NOT NULL, `id_concat` bigint(20) NOT NULL, `content_title` varchar(255) NOT NULL, `content_text` text NOT NULL, `content_sinopsis` text NOT NULL, `content_lat` varchar(255) NOT NULL, `content_long` varchar(255) NOT NULL, `content_photo` varchar(255) NOT NULL, `content_photo2` varchar(255) NOT NULL, `content_span` varchar(255) NOT NULL, `content_order` int(11) NOT NULL, `content_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `content_create_by` bigint(20) NOT NULL, `content_last_update` datetime NOT NULL, `content_update_by` bigint(20) NOT NULL, `active` bigint(1) NOT NULL, `id_lang` bigint(20) NOT NULL, `content_tag` varchar(255) NOT NULL, `content_photo3` varchar(255) NOT NULL, `content_photo4` varchar(255) NOT NULL, `content_type` varchar(255) NOT NULL, `content_embed` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `web_content` -- INSERT INTO `web_content` (`content_id`, `id_page`, `id_concat`, `content_title`, `content_text`, `content_sinopsis`, `content_lat`, `content_long`, `content_photo`, `content_photo2`, `content_span`, `content_order`, `content_create`, `content_create_by`, `content_last_update`, `content_update_by`, `active`, `id_lang`, `content_tag`, `content_photo3`, `content_photo4`, `content_type`, `content_embed`) VALUES (1, 2, 2, 'Foto 1', '', '', '', '', 'mediamanager/img_1.jpeg', '', '', 0, '2024-06-27 17:00:00', 1, '0000-00-00 00:00:00', 0, 1, 0, '', '', '', '', ''), (2, 2, 2, 'Foto 2', '', '', '', '', 'mediamanager/img_2.jpeg', '', '', 0, '2024-06-27 17:00:00', 1, '0000-00-00 00:00:00', 0, 1, 0, '', '', '', '', ''), (3, 2, 3, 'Foto 1', '', '', '', '', 'mediamanager/img_3.jpeg', '', '', 0, '2024-06-27 17:00:00', 1, '0000-00-00 00:00:00', 0, 1, 0, '', '', '', '', ''), (4, 2, 3, 'Foto 2', '', '', '', '', 'mediamanager/img_1719567369.jpeg', '', '', 0, '2024-06-27 17:00:00', 1, '0000-00-00 00:00:00', 0, 1, 0, '', '', '', '', ''), (5, 2, 4, 'Foto 1', '', '', '', '', 'mediamanager/img_1719567531.jpeg', '', '', 0, '2024-06-27 17:00:00', 1, '0000-00-00 00:00:00', 0, 1, 0, '', '', '', '', ''), (6, 2, 4, 'Foto 2', '', '', '', '', 'mediamanager/img_1719567572.jpeg', '', '', 0, '2024-06-27 17:00:00', 1, '0000-00-00 00:00:00', 0, 1, 0, '', '', '', '', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `web_content_category` -- CREATE TABLE `web_content_category` ( `concat_id` bigint(20) NOT NULL, `concat_code` varchar(255) NOT NULL, `concat_title` varchar(255) NOT NULL, `concat_text` text NOT NULL, `concat_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `concat_create_by` bigint(20) NOT NULL, `concat_index` bigint(20) NOT NULL, `active` bigint(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `web_content_category` -- INSERT INTO `web_content_category` (`concat_id`, `concat_code`, `concat_title`, `concat_text`, `concat_create`, `concat_create_by`, `concat_index`, `active`) VALUES (1, '', 'Idul Adha 2024', 'Foto Kegiatan Idul Adha 2024', '2024-06-28 10:13:00', 2, 1, 1), (2, '', 'Lomba Cerdas Cermat', 'Foto Kegiatan Lomba Cerdas Cermat', '2024-06-28 10:13:05', 0, 0, 1), (3, '', 'Lomba 17 Agustus 2023', 'Foto Kegiatan Lomba 17 Agustus 2023', '2024-06-28 10:13:09', 0, 0, 1), (4, '', 'Lomba Baca Al Quran', 'Foto Kegiatan Lomba Baca Al Quran', '2024-06-28 10:13:11', 0, 0, 1); -- -------------------------------------------------------- -- -- Struktur dari tabel `web_content_language` -- CREATE TABLE `web_content_language` ( `lang_id` bigint(20) NOT NULL, `lang_code` varchar(255) NOT NULL, `lang_desc` varchar(255) NOT NULL, `active` varchar(1) NOT NULL, `lang_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `lang_create_by` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Struktur dari tabel `web_content_page` -- CREATE TABLE `web_content_page` ( `page_id` bigint(20) NOT NULL, `page_code` varchar(255) NOT NULL, `page_title` varchar(255) NOT NULL, `page_text` text NOT NULL, `page_create` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `page_create_by` bigint(20) NOT NULL, `active` bigint(1) NOT NULL, `page_index` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `web_content_page` -- INSERT INTO `web_content_page` (`page_id`, `page_code`, `page_title`, `page_text`, `page_create`, `page_create_by`, `active`, `page_index`) VALUES (1, '', 'Kebidanan', '', '0000-00-00 00:00:00', 1, 1, 1), (2, '', 'Kesehatan Masyarakat', '', '0000-00-00 00:00:00', 1, 1, 3), (3, '', 'Kegiatan Stikes', '', '0000-00-00 00:00:00', 1, 1, 4), (4, '', 'Profesi Bidan', '', '0000-00-00 00:00:00', 1, 1, 2); -- -------------------------------------------------------- -- -- Struktur dari tabel `web_files` -- CREATE TABLE `web_files` ( `image_id` bigint(20) NOT NULL, `image_path` varchar(255) NOT NULL, `image_caption` varchar(255) NOT NULL, `id_concat` bigint(20) NOT NULL, `image_status` varchar(255) NOT NULL, `image_verification_date` datetime NOT NULL, `image_verification_by` bigint(20) NOT NULL, `image_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `image_create_by` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Struktur dari tabel `web_image` -- CREATE TABLE `web_image` ( `image_id` bigint(20) NOT NULL, `image_path` varchar(255) NOT NULL, `image_caption` varchar(255) NOT NULL, `id_concat` bigint(20) NOT NULL, `image_status` varchar(255) NOT NULL, `image_verification_date` datetime NOT NULL, `image_verification_by` bigint(20) NOT NULL, `image_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `image_create_by` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `web_image` -- INSERT INTO `web_image` (`image_id`, `image_path`, `image_caption`, `id_concat`, `image_status`, `image_verification_date`, `image_verification_by`, `image_create`, `image_create_by`) VALUES (1, 'img_1.jpeg', '', 0, '', '0000-00-00 00:00:00', 0, '2024-06-28 09:31:53', 1), (2, 'img_2.jpeg', '', 0, '', '0000-00-00 00:00:00', 0, '2024-06-28 09:32:46', 1), (3, 'img_3.jpeg', '', 0, '', '0000-00-00 00:00:00', 0, '2024-06-28 09:34:39', 1), (1719567369, 'img_1719567369.jpeg', '', 0, '', '0000-00-00 00:00:00', 0, '2024-06-28 09:36:10', 1), (1719567531, 'img_1719567531.jpeg', '', 0, '', '0000-00-00 00:00:00', 0, '2024-06-28 09:38:52', 1), (1719567572, 'img_1719567572.jpeg', '', 0, '', '0000-00-00 00:00:00', 0, '2024-06-28 09:39:32', 1); -- -- Indexes for dumped tables -- -- -- Indeks untuk tabel `configuration` -- ALTER TABLE `configuration` ADD PRIMARY KEY (`conf_id`); -- -- Indeks untuk tabel `message_contact` -- ALTER TABLE `message_contact` ADD PRIMARY KEY (`message_id`); -- -- Indeks untuk tabel `user_login` -- ALTER TABLE `user_login` ADD PRIMARY KEY (`user_id`); -- -- Indeks untuk tabel `web_content` -- ALTER TABLE `web_content` ADD PRIMARY KEY (`content_id`), ADD KEY `content_create_by` (`content_create_by`), ADD KEY `content_update_by` (`content_update_by`); -- -- Indeks untuk tabel `web_content_category` -- ALTER TABLE `web_content_category` ADD PRIMARY KEY (`concat_id`); -- -- Indeks untuk tabel `web_content_language` -- ALTER TABLE `web_content_language` ADD PRIMARY KEY (`lang_id`); -- -- Indeks untuk tabel `web_content_page` -- ALTER TABLE `web_content_page` ADD PRIMARY KEY (`page_id`); -- -- Indeks untuk tabel `web_files` -- ALTER TABLE `web_files` ADD PRIMARY KEY (`image_id`); -- -- Indeks untuk tabel `web_image` -- ALTER TABLE `web_image` ADD PRIMARY KEY (`image_id`); -- -- AUTO_INCREMENT untuk tabel yang dibuang -- -- -- AUTO_INCREMENT untuk tabel `configuration` -- ALTER TABLE `configuration` MODIFY `conf_id` bigint(20) NOT NULL AUTO_INCREMENT; 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 */;