Skip to content

Instantly share code, notes, and snippets.

@Albert221
Last active January 10, 2017 21:55
Show Gist options
  • Save Albert221/e9228912a96ab3ab6151285d3a6f08b0 to your computer and use it in GitHub Desktop.
Save Albert221/e9228912a96ab3ab6151285d3a6f08b0 to your computer and use it in GitHub Desktop.
<?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