Skip to content

harshborkar/DBMS-Project

Repository files navigation

DBMS Project:

Harsh Borkar

Jagdeesh Kadimatti

Samee Shaikh

SQL QUERY:

create table plants ( "id" uuid primary key, "name" text not null, "species" text not null, "waterFrequencyDays" int4 not null, "lastWateredDate" text not null, "imageUrl" text, "lightNeeds" text, "notes" text, "userId" text, "created_at" timestamp with time zone default timezone('utc'::text, now()) not null );

About

plant watering reminder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors