Skip to content

Use database default collation when creating a table if none is provided#302

Merged
lorenzo merged 3 commits into
masterfrom
issue-278
Jan 15, 2017
Merged

Use database default collation when creating a table if none is provided#302
lorenzo merged 3 commits into
masterfrom
issue-278

Conversation

@HavokInspiration

Copy link
Copy Markdown
Member

When creating a table, the Table::create() method will apply the database default collation is none is provided in the Table object options.

This only works for MySQL as phinx only support table collation for this database driver.

Refs #278

…base default collation is none is provided in the Table object options.

This only works for MySQL as phinx only support table collation for this database driver.
@HavokInspiration HavokInspiration added this to the 1.6.8 milestone Jan 14, 2017
@HavokInspiration HavokInspiration mentioned this pull request Jan 14, 2017
3 tasks
@lorenzo

lorenzo commented Jan 15, 2017

Copy link
Copy Markdown
Member

great job!

@lorenzo
lorenzo merged commit 106ae2f into master Jan 15, 2017
@lorenzo
lorenzo deleted the issue-278 branch January 15, 2017 09:53
@HavokInspiration HavokInspiration modified the milestone: 1.6.8 Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants