view the Jooria_Delete/users.sql file

from 'view Jooria_Delete/users.sql content + editor' you can add some codes in this file with php editor.
file name: Jooria_Delete/users.sql
Size: 501 B
date: 9 months ago

This file is located in Jooria_Delete.zip

--
-- Database: `Jooria_Delete`
--

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE IF NOT EXISTS `users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`) VALUES
(3, 'Profeser'),
(1, 'jooria'),
(2, 'Go'),
(4, 'user 4'),
(5, 'user 5'),
(6, 'user 6');