rubiyat / library-management

0 stars 1 forks source link

Borrow Table #40

Open rubiyat opened 6 years ago

rubiyat commented 6 years ago

Note : Make database table.Do Not Commit .env file and composer.lock file.

Table name : borrows

  1. id
  2. member_id(integer 11,not null, foreign key of members table )
  3. borrow_date(date,not null)
  4. borrow_return_date(date,not null)
  5. timestamps()
tohasanali commented 6 years ago

Done in commit 099863d5747f22878ddae2da4edcd65a303d82d4