Advertisement
ahmadtri26

profile_setting_user

Dec 5th, 2017
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.0.9
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Generation Time: Dec 06, 2017 at 05:38 AM
  7. -- Server version: 5.6.14
  8. -- PHP Version: 5.5.6
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13. --
  14. -- Database: `scring`
  15. --
  16.  
  17. -- --------------------------------------------------------
  18.  
  19. --
  20. -- Table structure for table `profile_setting_user`
  21. --
  22.  
  23. CREATE TABLE IF NOT EXISTS `profile_setting_user` (
  24. `id` int(100) NOT NULL AUTO_INCREMENT,
  25. `user_id` varchar(120) DEFAULT NULL,
  26. `photo` varchar(120) DEFAULT NULL,
  27. `name` varchar(100) DEFAULT NULL,
  28. `birthday` date DEFAULT NULL,
  29. `gender` varchar(100) DEFAULT NULL,
  30. `email` varchar(100) DEFAULT NULL,
  31. `hp` varchar(100) DEFAULT NULL,
  32. PRIMARY KEY (`id`)
  33. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
  34.  
  35. --
  36. -- Dumping data for table `profile_setting_user`
  37. --
  38.  
  39. INSERT INTO `profile_setting_user` (`id`, `user_id`, `photo`, `name`, `birthday`, `gender`, `email`, `hp`) VALUES
  40. (9, '005bbd52113c0ce302a3e3bdcd0418ff', '1512467470411.jpg', 'kio', '1940-12-15', 'Male', 'kio@gmail.com', '09998883332'),
  41. (10, '6d9a1f3ee8a67402144ab62f8f927063', '1512465896474.jpg', 'Bembeng', '1996-12-04', 'Male', 'ahmadtri26@gmail.com', '120491820');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement