Recent Changes - Search:

CONGO

PmWiki

edit SideBar

V2 /

ConfigRoomlayout

V2.ConfigRoomlayout History

Hide minor edits - Show changes to markup

Changed lines 5-12 from:
to:

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

Added lines 1-9:

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

Schema


See Also

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