Skip to content

Commit

Permalink
cambio posizione creazione estensione
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasPilotto committed Jan 6, 2021
1 parent c08343a commit 75ea1af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SQL/tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ CREATE DATABASE padupizza
LC_CTYPE = 'en_US.UTF-8'
TABLESPACE = pg_default
CONNECTION LIMIT = -1;

CREATE EXTENSION IF NOT EXISTS pgcrypto;

DROP TABLE IF EXISTS amministrazione CASCADE;
DROP TABLE IF EXISTS bolla_carico CASCADE;
Expand All @@ -28,7 +30,6 @@ DROP TABLE IF EXISTS stock CASCADE;
DROP TABLE IF EXISTS titolare CASCADE;
DROP TABLE IF EXISTS tipo_pagamento CASCADE;

CREATE EXTENSION IF NOT EXISTS pgcrypto;

CREATE TABLE titolare (
cf VARCHAR(20),
Expand Down

0 comments on commit 75ea1af

Please sign in to comment.