With this Ecto migration: defmodule Migrations.Foo do use Ecto.Migration def change do create table(:foo, primary_key: false) do add(:id, ...
確定! 回上一頁