Quote:
Originally Posted by Terisa de morgan
How do you update custom columns then? (name is tricky)
|
"Custom book data" isn't custom columns. It is a persistent map of keys to values, intended for plugins to store extra book information pertinent to that plugin. For example, a plugin might want to store some extra dates about a book that the plugin will need later. It can use add_custom_book_data() to store this information.
If you want to update custom columns then use db.new_api.set_field().