Skip to content

Commit

Permalink
Update duck.sql
Browse files Browse the repository at this point in the history
cf #3
  • Loading branch information
adriens authored Mar 27, 2024
1 parent 1c8f5c7 commit 12b32c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions duck.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ create
or replace table domaine (
domain VARCHAR NOT NULL,
marque_nom VARCHAR UNIQUE,-- NULL quand pas de marque associée (domaine réservé)
marque_description VARCHAR NOT NULL,
marque_description VARCHAR,-- NULL quand pas de marque associée (domaine réservé)
url VARCHAR

);

insert into
Expand Down

0 comments on commit 12b32c2

Please sign in to comment.