Skip to content

Commit

Permalink
added-all
Browse files Browse the repository at this point in the history
  • Loading branch information
mirshahriar committed May 28, 2018
1 parent ed3437e commit a076002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mysql/migrations/20180527_examples_up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CREATE TABLE examples (
user_id INT PRIMARY KEY AUTO_INCREMENT,
name VARCHAR(128),
email VARCHAR(256) NOT NULL UNIQUE,
email VARCHAR(255) NOT NULL UNIQUE,
point DOUBLE DEFAULT 17.33,
created_at TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

0 comments on commit a076002

Please sign in to comment.