public function testGetTypes()
 {
     $this->assertSame([], Book::getTypes());
     $this->assertSame(['id' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'], Article::getTypes());
 }