support multiple sql statement seperate by semicolon support select, delete, update and insert type support drop, truncate and rename command output the table and column list that the sql visited with ...
We've scenario where we 've table definition and data insertion using HasData(..) as first level of migration. Table has just ID as int which is also PK and NAME having type varchar(100). First level ...