add param to _apply_default_value so that certain values can output without quotes
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / MySQL.pm
index 3ce2c38..8d6b6e6 100644 (file)
@@ -566,6 +566,9 @@ sub create_field
           [
             'NULL'       => \'NULL',
           ],
+          [
+          'CURRENT_TIMESTAMP'
+          ],
         );
     }