Guest User

Untitled

a guest
Jan 23rd, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. defmodule EctoLock.Repo.Migrations.CreateInvoices do
  2. use Ecto.Migration
  3.  
  4. def change do
  5. create table(:invoices) do
  6. add :pending, :boolean
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment