Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 00644f9d5d72633515e8c03fd3a6b8c9 > files > 18

perl-Mojo-Pg-4.130.0-1.mga7.noarch.rpm

-- 1 up
create table if not exists posts (
  id    serial primary key,
  title text,
  body  text
);

-- 1 down
drop table if exists posts;