Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+----------------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------------+--------------+------+-----+---------+-------+ | bookingStayId | varchar(20) | NO | PRI | NULL | | | bookingRoomNum | int(8) | NO | PRI | NULL | | | multiRoomNumber | int(8) | NO | PRI | 0 | | Primary key multiRoomNumber with default value as 0 is seen as empty. This leads to an outofmemory.
- Loading branch information