Skip to content

Instantly share code, notes, and snippets.

@muhammadzaky15
Created July 7, 2022 13:23
Show Gist options
  • Save muhammadzaky15/4101680d948c8a18401259ac3b7fb6d4 to your computer and use it in GitHub Desktop.
Save muhammadzaky15/4101680d948c8a18401259ac3b7fb6d4 to your computer and use it in GitHub Desktop.
create table users (
id INT(11) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(100) NOT NULL,
email VARCHAR(100) NOT NULL,
passowrd VARCHAR(100) NOT NULL,
status INT(1) DEFAULT 1,
alamat VARCHAR(225) NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment