Skip to content

Instantly share code, notes, and snippets.

@edisetiawan
Created December 8, 2015 15:45
Show Gist options
  • Save edisetiawan/7000f9d58714703025cd to your computer and use it in GitHub Desktop.
Save edisetiawan/7000f9d58714703025cd to your computer and use it in GitHub Desktop.
CREATE TABLE `admin` (
`admin_id` INT(11) NOT NULL AUTO_INCREMENT,
`admin_username` VARCHAR(40) DEFAULT NULL,
`admin_password` VARCHAR(225) DEFAULT NULL,
PRIMARY KEY (`admin_id`)
) ENGINE=INNODB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment