I create a table (table name is blog) with columns (blogid int, blogdescription varchar(2000)) in MySQL database, then I use EntityFramework.MySql to insert a record ...