V2 /
ConfigRoomlayoutA list of available room layouts that Hotels provide as 'templates' on how to configure a room SchemaCREATE TABLE `config_roomlayout` ( `layout_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `layout_name` varchar(15) DEFAULT NULL, `layout_tables` smallint(5) DEFAULT NULL, `layout_notes` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`layout_id`), KEY `layout_name` (`layout_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 See Also
|