Results 7 issues of hzj

enum Priority { HIGH, NORMAL, LOW } type Item { id: ID! content: String! expire: String priority: Priority! done: Boolean! tags: [String!] updated_at: Date created_at: Date }

![xi 1e supy 7 h1vb5n](https://user-images.githubusercontent.com/22766860/39342424-96f7d9b8-4a0a-11e8-97a8-8a1c5530c4a4.png) ![be02guh u8x5nwfl s 33](https://user-images.githubusercontent.com/22766860/39342429-9b249832-4a0a-11e8-9a25-ee9550ce3cba.png)

在mysql下ID设置自动增长,但在mysql8.0.16下生成model的时候不会出现autoIncrement: true