Skip to content

Commit

Permalink
Remove SchemaInterface::TYPE_JSONB constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed May 8, 2024
1 parent c702494 commit c67e83c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Schema/SchemaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,6 @@ interface SchemaInterface extends ConstraintSchemaInterface
* Define the abstract column type as `json`.
*/
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';

/**
* Define the php type as `integer` for cast to php value.
Expand Down

0 comments on commit c67e83c

Please sign in to comment.