sql/tests.sql
author Radek Brich <radek.brich@devl.cz>
Fri, 25 Jan 2013 17:06:54 +0100
changeset 59 65efd0c6919f
parent 49 08e4dfe1b0cb
child 75 39f777341db4
permissions -rw-r--r--
PgBrowser: add function arguments as another level in hierarchy. PgDiff: compare function arguments one by one.

CREATE TABLE test
(
  id serial NOT NULL,
  name varchar,
  PRIMARY KEY (id)
);