refactoring: definition.Function

This commit is contained in:
2019-07-01 16:58:19 +02:00
parent ebc1a67420
commit 74c9543b6d
6 changed files with 67 additions and 46 deletions

View File

@@ -3,6 +3,9 @@
-- grant all privileges on database test to test;
-- ALTER SCHEMA public owner to test;
drop schema IF EXISTS public cascade;
create schema if not exists public;
create table if not exists test
(
id serial not null