Solved

You Want to Remove a Column Introduced by a Third-Party

Question 21

Multiple Choice

You want to remove a column introduced by a third-party extension via declarative schema. How do you do that?


A) Create the etc/db_schema.xml file and specify disable="true" on the column Create the etc/db_schema.xml file and specify disable="true" on the column
B) Modify the original etc/db_schema.xml file and remove the column from there Modify the original file and remove the column from there
C) Create a SchemaPatch file and remove the column programmatically
D) Copy the etc/db_schema.xml file into your module and remove the column from your copy Copy the file into your module and remove the column from your copy

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions