Skip to content

Commit

Permalink
leg til cpa tabel
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Sep 19, 2023
1 parent cb1d066 commit 576fabb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions V1___cpa.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE cpa
(
cpa_id VARCHAR(256) NOT NULL UNIQUE,
cpa TEXT NOT NULL
);

0 comments on commit 576fabb

Please sign in to comment.