rubiyat / library-management

0 stars 1 forks source link

book serials #37

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 : book_serials

  1. id
  2. book_id(integer 11,not null, foreign key of books table )
  3. serial_no(integer 11,not null)
  4. is_active(boolean,default(1))
  5. timestamps()
tohasanali commented 6 years ago

Done in commit 72a1299f00d379d8fd8be656cf4f1311f51811cd