Example #1
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'authors_id' => ['type' => Enjoin::Integer()], 'year' => ['type' => Enjoin::Integer()], 'title' => ['type' => Enjoin::String()], 'content' => ['type' => Enjoin::Text()]];
 }
Example #2
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'publishers_id' => ['type' => Enjoin::Integer()], 'books_id' => ['type' => Enjoin::Integer()], 'year' => ['type' => Enjoin::Integer()], 'pressrun' => ['type' => Enjoin::Integer()], 'mistakes' => ['type' => Enjoin::Text()]];
 }
Example #3
0
 public function getAttributes()
 {
     return ['id' => ['type' => Enjoin::Integer()], 'publishers_books_id' => ['type' => Enjoin::Integer()], 'destination' => ['type' => Enjoin::Text()], 'quantity' => ['type' => Enjoin::Integer()], 'sent_at' => ['type' => Enjoin::Date()]];
 }