Added some basic files, removed unused data file (the contents were moved into the...
[dbsrgits/SQL-Translator.git] / BUGS
diff --git a/BUGS b/BUGS
new file mode 100644 (file)
index 0000000..7d5a614
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,2 @@
+MySQL parser chokes on DEFAULT x NOT NULL, but works with NOT NULL DEFAULT x
+MySQL parser chokes on FULLTEXT index creation.