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

Varchar type ID #99

Open
2 tasks
mbmshafraz opened this issue Jan 31, 2019 · 1 comment
Open
2 tasks

Varchar type ID #99

mbmshafraz opened this issue Jan 31, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mbmshafraz
Copy link

Context and Description

I can't create Table with String/Varchar type ID in MySQL database

Environment Details

MySQL on Ubuntu

Steps to Reproduce

Define struct with string type id
extend idColumnName, idColumnType
call createTableSync() method

Expected vs. Actual Behaviour

  • Expected to create the table
  • Actually happened: Doesn't create the table
@kilnerm kilnerm added the enhancement New feature or request label Feb 13, 2019
@AdmiralTriggerHappy
Copy link

This would be nice, having all strings define as Text makes things messy.
Would be nice to have a way to define either char, varchar or text depending on requirements.
I've been looking through the code but I'm still very new to swift and not sure how things are being mapped out here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants