From 5c6fe72aaf2afa3fd22cd26e53bf9eb4eafc5e05 Mon Sep 17 00:00:00 2001 From: apmuthu Date: Thu, 27 Nov 2014 12:47:49 -0800 Subject: [PATCH] Updated Technical Wiki (markdown) --- Technical-Wiki.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Technical-Wiki.md b/Technical-Wiki.md index 45a0167..e3a7439 100644 --- a/Technical-Wiki.md +++ b/Technical-Wiki.md @@ -8,6 +8,7 @@ Best project EVER. * SQLite's file extension should be "**.sqlite**" to work with [Adminer](http://www.adminer.org) * Put **adminer.sql** (lowercase) in the same directory where Adminer is if you want to import it. * Adminer's MS SQL driver doesn't support routines yet. +* [Eight reasons not to use **ENUM**s in MySQL](http://komlenic.com/244/8-reasons-why-mysqls-enum-data-type-is-evil) The example.php can be used to limit the tables displayed to a specific list with: ````