~yerinalexey/gobin

a61ff9750c2da219d056d02db2688b34221f0505 — Alexey Yerin 2 years ago 1467504
fix: add not null
1 files changed, 1 insertions(+), 1 deletions(-)

M migrations/1-init/up.sql
M migrations/1-init/up.sql => migrations/1-init/up.sql +1 -1
@@ 1,4 1,4 @@
create table pastes (
  id serial primary key,
  contents text
  contents text not null
);