QuestionQ17
EAV/DatabaseA developer created a new table in db.schema.xml while developing a new module.
What must be done to permit database columns to be removed when they are deleted from db_schema.xml?
- A The removable columns should be defined in db_schema_whitelist.json.
- B The columns should have "removable" attribute set to "true" in the db.schema.xml.
- C The removable columns should be defined in db_schema_blacklist.json.
Community Discussion