Skip to content

Instantly share code, notes, and snippets.

@NZKoz
Created July 9, 2012 00:17
Show Gist options
  • Save NZKoz/3073529 to your computer and use it in GitHub Desktop.
Save NZKoz/3073529 to your computer and use it in GitHub Desktop.
mysql> show create table schema_migrations \G
*************************** 1. row ***************************
Table: schema_migrations
Create Table: CREATE TABLE `schema_migrations` (
`version` varchar(255) NOT NULL,
UNIQUE KEY `unique_schema_migrations` (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
1 row in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment