| bio | website | plus.google.com/u/0/… |
|---|---|---|
| location | Paris | |
| age | 22 | |
| visits | member for | 1 year, 3 months |
| seen | Feb 15 at 19:40 | |
| stats | profile views | 1 |
Web developer and contributor to Centreon. I love beautiful simple smart code like this. I am very young but trying to grasp how everything works. I should mention that I am a Linux enthusiast (and yes I use it at home :)
|
Feb 14 |
awarded | Popular Question |
|
Dec 27 |
awarded | Autobiographer |
|
Jan 24 |
comment |
Is it possible to change ENUM() lists? I agree ENUMs are strings but internally those are nor stored as strings isn't it? |
|
Jan 24 |
comment |
Is it possible to change ENUM() lists? So internally those are stored as int based on the order in the ENUM(). For instance ENUM('yes', 'no', 'maybe') stores internally 0 for 'yes', 1 for 'no', 2 for 'maybe'. I imagine that the metadata of the table is like ENUM('yes', 'no', 'maybe') instead of ENUM('yes' => 0, 'no' => 1, 'maybe' => 2). Is it true? |
|
Jan 24 |
awarded | Editor |
|
Jan 24 |
revised |
Is it possible to change ENUM() lists? Deleted wrong stuff. |
|
Jan 24 |
awarded | Scholar |
|
Jan 24 |
accepted | Is it possible to change ENUM() lists? |
|
Jan 24 |
awarded | Student |
|
Jan 24 |
asked | Is it possible to change ENUM() lists? |