rubiyat / library-management

0 stars 1 forks source link

book table #31

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

  1. id
  2. publisher_id(integer 11,not null, foreign key of publisher table )
  3. name(string, 150, not null)
  4. price(float, not null)
  5. isbn(string 50, not null)
  6. rack_no(string 50, nullable)
  7. image(string 250, nullable)
  8. is_active(boolean,default(1))
  9. timestamps()
tohasanali commented 6 years ago

Done in commit 2f04c3d464c8015c64d2dec02fef44c9c543fcc8