Skip to content

Instantly share code, notes, and snippets.

@virbo
Last active April 18, 2016 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virbo/787124fe044f832f50450b976dc17b94 to your computer and use it in GitHub Desktop.
Save virbo/787124fe044f832f50450b976dc17b94 to your computer and use it in GitHub Desktop.
Tabel modul_alumni
CREATE TABLE `modul_alumni` (
`id_alumni` int(11) NOT NULL,
`nm_alumni` varchar(50) NOT NULL,
`id_wil` char(10) NOT NULL,
`tgl_input` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment