Skip to content

Commit

Permalink
schema sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sasierrassis committed May 23, 2024
1 parent 8bb6b93 commit 1680760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/vocabulary-index-sql/docs/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ CREATE TABLE IF NOT EXISTS edc_vocabulary
created_at BIGINT NOT NULL,
json_schema JSON DEFAULT '{}',
name VARCHAR NOT NULL,
category VARCHAR NOT NULL,
default_vocabulary BOOLEAN DEFAULT FALSE,
category VARCHAR NOT NULL
PRIMARY KEY (id)
);

Expand Down

0 comments on commit 1680760

Please sign in to comment.