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

Command icon 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

mondrake created an issue. See original summary.

mondrake’s picture

Status: Active » Postponed
mondrake’s picture

Issue summary: View changes
mondrake’s picture

Issue summary: View changes

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.