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 ...