Last active
January 10, 2017 21:55
-
-
Save Albert221/e9228912a96ab3ab6151285d3a6f08b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$pdo = new PDO(...); | |
$pdo->exec('CREATE TABLE users(id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, username VARCHAR(255) NOT NULL) ENGINE=InnoDB'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment