Skip to content
Snippets Groups Projects
Commit 4fae8ef9 authored by vigorakbar's avatar vigorakbar
Browse files

menambah kolom picking_point dan destination pada tabel transaction

parent d23e876e
No related merge requests found
-- phpMyAdmin SQL Dump
-- version 4.7.0
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: 05 Okt 2017 pada 18.50
-- Versi Server: 10.1.25-MariaDB
-- PHP Version: 7.1.7
-- Generation Time: 06 Okt 2017 pada 00.48
-- Versi Server: 10.1.26-MariaDB
-- PHP Version: 7.1.9
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
......@@ -58,7 +58,9 @@ CREATE TABLE `transaction` (
`id_driver` int(11) NOT NULL,
`rating` int(11) NOT NULL,
`comment` varchar(1024) NOT NULL,
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`picking_point` varchar(50) NOT NULL,
`destination` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
......@@ -117,6 +119,7 @@ ALTER TABLE `users`
--
ALTER TABLE `users`
MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)
--
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment