Hi everyone.
I'm quite new to mySQL, been learning it for about three weeks now. I started using just command line commands, then phpMyadmin and now I've installed mySQL Workbench, wich I find easier and more intuitive than phpMyadmin.
However, I'm missing a phpMyadmin feature:
Anytime I defined a field as date, it would show a calendar when in data-insert mode, so I could insert a date without typing.
Also, if I'm inserting data in a field in a secondary table that is connected through a foreign key with a primary table, it will show a dropdown menu with the existing values in the primary table, and the same will happen if I define several values in a "ENUM" field.
How can I enable the same "dropdown facilities" in mySQL Workbench?
I'm quite new to mySQL, been learning it for about three weeks now. I started using just command line commands, then phpMyadmin and now I've installed mySQL Workbench, wich I find easier and more intuitive than phpMyadmin.
However, I'm missing a phpMyadmin feature:
Anytime I defined a field as date, it would show a calendar when in data-insert mode, so I could insert a date without typing.
Also, if I'm inserting data in a field in a secondary table that is connected through a foreign key with a primary table, it will show a dropdown menu with the existing values in the primary table, and the same will happen if I define several values in a "ENUM" field.
How can I enable the same "dropdown facilities" in mySQL Workbench?