I'm using Oracle provider for Entity framework (beta), and I'm facing a problem....Our tables have Id columns, which are set to be Identity in StoreGeneratedPattern. I thought that EF will automatically do "underlying works", such as create sequences, and...