Book
| id (PrimaryKey) | integer |
|---|---|
| title | char(256) |
| author | char(200) |
| cover_thumbnail | char(max_length) |
| publisher | char(100) |
| description | char(max_length) |
| updated_date | DateTime(UTC standard format) |
| google_id | char(100) |
| keyword | char(200) |
| id (PrimaryKey) | integer |
|---|---|
| title | char(256) |
| author | char(200) |
| cover_thumbnail | char(max_length) |
| publisher | char(100) |
| description | char(max_length) |
| updated_date | DateTime(UTC standard format) |
| google_id | char(100) |
| keyword | char(200) |