feat: playing with htmx
This commit is contained in:
parent
08f6faef52
commit
35f1433e40
8 changed files with 88 additions and 14 deletions
|
|
@ -2,5 +2,5 @@ create table plants (
|
|||
id integer primary key,
|
||||
name text not null,
|
||||
species text not null,
|
||||
description text
|
||||
description text not null
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue