ext_tables.sql 323 B

123456789101112131415
  1. #
  2. # Table structure for table 'page'
  3. #
  4. CREATE TABLE tx_mrmbepages_domain_model_activepage (
  5. uid INT unsigned NOT NULL,
  6. starttime int(10) DEFAULT 0,
  7. endtime int(10) DEFAULT 0,
  8. title varchar(255) DEFAULT '',
  9. roof varchar(2048) DEFAULT '',
  10. slug varchar(2048) DEFAULT '',
  11. nav_title varchar(255) DEFAULT '',
  12. );