Advertisement
mahendradwipurwanto

no0

Jan 29th, 2018
6,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.50 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.2.7.1
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: 127.0.0.1
  6. -- Generation Time: 07 Jan 2018 pada 04.03
  7. -- Versi Server: 5.6.20
  8. -- PHP Version: 5.5.15
  9. --
  10. -- Struktur dari tabel `login`
  11. --
  12.  
  13. CREATE TABLE IF NOT EXISTS `login` (
  14. `id_user` int(11) NOT NULL,
  15.   `username` varchar(30) NOT NULL,
  16.   `password` varchar(30) NOT NULL,
  17.   `log_stats` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
  18. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement