Skip to content

Commit

Permalink
sampled_individuals
Browse files Browse the repository at this point in the history
  • Loading branch information
oolonek committed Feb 12, 2024
1 parent 0a9d4c7 commit 816c9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- Your SQL goes here
-- A migration to create the individuals table.
-- A migration to create the sampled_individuals table.
-- An individual is a physically identifiable member of a given species.

CREATE TABLE individuals (
CREATE TABLE sampled_individuals (
id SERIAL PRIMARY KEY,
item_id INTEGER NOT NULL REFERENCES items(id) ON DELETE CASCADE
);

0 comments on commit 816c9e4

Please sign in to comment.