feat: added event form & POST route
This commit is contained in:
parent
3add93bdb2
commit
adef5c1fd5
13 changed files with 123 additions and 16 deletions
|
|
@ -4,6 +4,6 @@ create table events (
|
|||
references plants (id)
|
||||
on delete cascade,
|
||||
event_type text not null,
|
||||
time text not null,
|
||||
date text not null,
|
||||
description text not null
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue