Skip to content

Commit de7fffc

Browse files
Update lib/ecto/adapters/tds/connection.ex
1 parent b238323 commit de7fffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecto/adapters/tds/connection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ if Code.ensure_loaded?(Tds) do
11091109

11101110
@impl true
11111111
def execute_ddl({command, %Table{} = table, columns}) when command in @creates do
1112-
unless is_nil(table.modifiers) do
1112+
if table.modifiers do
11131113
error!(nil, "MSSQL adapter does not support :modifiers in the create table statement")
11141114
end
11151115

0 commit comments

Comments
 (0)