Problem/Motivation
Follow-up to #3411490: Replace array-based DB Schema API with a value object structure.
Proposed resolution
Convert core hook_schema() implementations to use Drupal\Core\Database\SchemaDefinition.
Done:
- add validation to ensure 'length' is passed for varchar columns
TODO:
- nil
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3557481
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mondrakeComment #4
mondrakeComment #5
mondrake