Skip to content

Commit

Permalink
Deprecate SchemaInterface::TYPE_JSONB
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 10, 2023
1 parent a60a912 commit dbd43b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Schema/SchemaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ interface SchemaInterface extends ConstraintSchemaInterface
public const TYPE_JSON = 'json';
/**
* Define the abstract column type as `jsonb`.
*
* @deprecated will be removed in version 2.0.0. Use `SchemaInterface::TYPE_JSON` instead.
*/
public const TYPE_JSONB = 'jsonb';

Expand Down

0 comments on commit dbd43b5

Please sign in to comment.