hasColumn('bookName as name', 'string'); } } $book = new Book(); $book->name = 'Some book'; $book->save(); ?>