Skip to content

Commit

Permalink
Add doc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Sep 1, 2024
1 parent 33a22cc commit d186394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Schema/SchemaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ interface SchemaInterface extends ConstraintSchemaInterface
*/
public function createColumn(string $type, array|int|string $length = null): ColumnInterface;

/**
* Returns the column factory for creating column instances.
*/
public function getColumnFactory(): ColumnFactoryInterface;

/**
Expand Down

0 comments on commit d186394

Please sign in to comment.