public function testGetFieldSettings()
 {
     $this->assertSame([], Book::getFieldSettings());
     $this->assertSame(['id' => ['length' => 5]], Article::getFieldSettings());
 }