You are on page 1of 1

Milk Collection Cow Category

User Group
PK milk_connection_id int NOT NULL PK shipment_id int NOT NULL
PK customer_id int NOT NULL
FK1 cow_id int NOT NULL FK1 order_id int NOT NULL
customer_name char(50) NOT NULL
date_recorded date NOT NULL shipment_date date NOT NULL

belong

has

has belong
record

Feed Monitoring User Cow

PK feed monitoring ID PK user id PK cow id


feeding_time_schedule
monitor password string not null gender  char not null
int not null
FK1 cow_ID int not null email string not null
user_id int not null
FK2 user_id int not null contact int not null
cow_type string not null

encode

monitor
process encode has has

Vaccine Monitoring Cow Sale


Milk Sale Collection
pk vaccine ID PK cow sale id
milk sale collection
PK data_recorded char(100)
ID amount int not null
not null
FK user_ID int not null FK1 Cow_ID int not null FK1 cow_id int not null
customer_name char(50)
FK2 user_ID int not null
not null
customer_name customer_email char(25 )
char(50) not null not null

You might also like