Recent Changes - Search:

CONGO

PmWiki

edit SideBar

V2 /

ConfigRoomlayout

A list of available room layouts that Hotels provide as 'templates' on how to configure a room

Schema

CREATE 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

Edit - History - Print - Recent Changes - Search
Page last modified on January 20, 2012, at 03:20 PM