We have the model Note inside the app named notebook. Metaclass of this model has the following options:
verbose_name = 'note'
verbose_name_plural = 'notes'
db_table = 'notebook'
ordering = ['title']
Which option should you delete to name the table notebook_note? Write only the option name without the value.