You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a whole API now for altering DB tables in the Drupal\datastore\DataDictionary namespace but very sparse documentation on how to use it. For instance as pointed out by @paul-m we have no guidance for how to use the arguments like $fields in AlterTableQueryBase.
Lets do a pass at these classes related to altering existing tables and add better explanations and examples to the class and method doc blocks.
The text was updated successfully, but these errors were encountered:
We have a whole API now for altering DB tables in the
Drupal\datastore\DataDictionary
namespace but very sparse documentation on how to use it. For instance as pointed out by @paul-m we have no guidance for how to use the arguments like $fields in AlterTableQueryBase.Lets do a pass at these classes related to altering existing tables and add better explanations and examples to the class and method doc blocks.
The text was updated successfully, but these errors were encountered: