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

additional fields types #26

Open
ganoch opened this issue Jun 15, 2017 · 0 comments
Open

additional fields types #26

ganoch opened this issue Jun 15, 2017 · 0 comments

Comments

@ganoch
Copy link

ganoch commented Jun 15, 2017

I've implemented additional fields to have types and lengths.

$mySQLHandler = new MySQLHandler($dbo, "log", array('username' => array('type' => 'varchar', 'length' => '100'), 'user_id' => array('type' => 'int'))

I wonder why this is not implemented yet, seems to me people would like a little bit more control over the types of additional fields added, rather than having multiple TEXT fields generated for them.

@ganoch ganoch changed the title additional fields types #enhancement #question additional fields types Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants