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

ENUM ('Y','N') #12684

Closed
amagdic opened this issue Nov 8, 2016 · 2 comments
Closed

ENUM ('Y','N') #12684

amagdic opened this issue Nov 8, 2016 · 2 comments
Assignees

Comments

@amagdic
Copy link

amagdic commented Nov 8, 2016

Steps to reproduce

  1. adding table
  2. updating table

Expected behaviour

ALTER TABLE product_order ADD order_shipped ENUM('Y','N') NOT NULL DEFAULT 'N' AFTER order_date

Actual behaviour

ALTER TABLE product_order ADD order_shipped ENUM(0) NOT NULL DEFAULT 'N' AFTER order_date

Server configuration

Operating system:
Debian 8

Web server:
Apache 2

Database:
MySQL 5.7

PHP version:
PHP 7.0

phpMyAdmin version:
6.4.6

Client configuration

Browser:
Firefox

Operating system:
Windows 10

NOTE

was working in all prior versions!!

@devenbansod devenbansod self-assigned this Nov 8, 2016
@devenbansod
Copy link
Member

Hi @amagdic thanks for the report but this has been already reported and fixed at #12480 . The fix would be a part of the next bug-fix release 4.6.5

@amagdic
Copy link
Author

amagdic commented Nov 8, 2016

ok, great work anyway ... ;)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants