Revision #17 has been created by Kartik V on May 29, 2014, 6:18:31 AM with the memo:
Typo fix in field name
« previous (#16)
Changes
Title
unchanged
Editing, Deleting, and Viewing model data with the yii2-detail-view extension
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
yii2, detail view, edit, delete, update, yii2-detail-view
Content
changed
[...]
book_code VARCHAR(30)
synopsis TEXT
color VARCHAR(10)
publish_date DATE
status TINYINT(1)
sellale_amount DECIMAL(11,2)
buy_amount DECIMAL(11,2)
Generate the `Book` model and CRUD through Gii.
Controller[...]