[함수] Mysql To mongodb phpclasses.org 에서 가져온 소스입니다 MySqlToMongo.php" class MySqlToMongo { //List of mysql field types private $mysql_data_type_hash = array( 1=>'tinyint', 2=>'smallint', 3=>'int', 4=>'float', 5=>'double', 7=>'timestamp', 8=>'bigint', 9=>'mediumint', 10=>'date', 11=>'time', 12=>'datetime', 13=>'year', 16=>'bit', //252 is currently mapped to all text and blob types (MySQL 5.0.51a) 2.....
원문 링크 : [함수] Mysql To mongodb