Skip to content

Commit

Permalink
Remove code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 9, 2024
1 parent 01dc9b9 commit 43db876
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/Column/ColumnDefinitionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@ final class ColumnDefinitionBuilder extends AbstractColumnDefinitionBuilder
'nvarchar',
'binary',
'varbinary',

// 'text',
// 'ntext',
// 'image',
// 'real',
// 'money',
// 'smallmoney',
// 'uniqueidentifier',
// 'date',
// 'datetime',
// 'smalldatetime',
// 'bit',
// 'tinyint',
// 'smallint',
// 'int',
// 'bigint',
// 'json',
];

protected const TYPES_WITH_SCALE = [
Expand Down

0 comments on commit 43db876

Please sign in to comment.