Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not serializing CHARACTER SET before data type charset #186

Closed
tanner0101 opened this issue Jun 21, 2018 · 0 comments
Closed

not serializing CHARACTER SET before data type charset #186

tanner0101 opened this issue Jun 21, 2018 · 0 comments
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@tanner0101
Copy link
Member

[ INFO ] Preparing migration 'Post' (Migrations.swift:109)
[mysql] [2018-06-21 17:10:24 +0000] CREATE TABLE `Post` (`title` VARCHAR(255) NOT NULL, `strap` VARCHAR(255) NOT NULL, `category` BIGINT NOT NULL, `slug` VARCHAR(255) NOT NULL, `date` DATETIME(6) NOT NULL, `content` TEXT utf8mb4_unicode_ci NOT NULL) []
⚠️ [MySQLError.server (1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'utf8mb4_unicode_ci NOT NULL)' at line 1] 
@tanner0101 tanner0101 added the bug Something isn't working label Jun 21, 2018
@tanner0101 tanner0101 self-assigned this Jun 21, 2018
@tanner0101 tanner0101 added this to the 3.0.0-rc.4.1 milestone Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Vapor 3
  
Awaiting triage
Development

No branches or pull requests

1 participant