Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Conversation

@takamichi
Copy link
Contributor

console output is correct. but clipboard dropped brace '.

console output

SQL to run '2018_10_03_210000_test' up:
create table `users` (`id` int unsigned not null auto_increment primary key comment 'user id', `name` varchar(255) not null comment 'user name', `example_text` varchar(255) not null default 'none' comment 'example text') default character set utf8 collate utf8_general_ci engine = InnoDB
Copied to clipboard!

clipboard

create table `users` (`id` int unsigned not null auto_increment primary key comment user id, `name` varchar(255) not null comment user name, `example_text` varchar(255) not null default none comment example text) default character set utf8 collate utf8_general_ci engine = InnoDB

this MR clipboard

create table `users` (`id` int unsigned not null auto_increment primary key comment 'user id', `name` varchar(255) not null comment 'user name', `example_text` varchar(255) not null default 'none' comment 'example text') default character set utf8 collate utf8_general_ci engine = InnoDB

@josh-taylor josh-taylor merged commit f10d4df into josh-taylor:master Oct 4, 2018
@josh-taylor
Copy link
Owner

Thanks! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants