Follow

to drop null: false constraint from a foreign key, spell out its type:

```
def change do
alter table(:dids) do
modify :key_id, :integer, null: true
end
end
```

Sign in to participate in the conversation
Doma Social

Mastodon server of https://doma.dev.