# This file contains a complete database schema for all the # tables used by this module, written in SQL # It may also contain INSERT statements for particular data # that may be used, especially new entries in the table log_display -- -- Table structure for table `prefix_quiz` -- CREATE TABLE prefix_autoattendmod ( id int(10) NOT NULL auto_increment, course int(10) NOT NULL default '0', timemodified int(10) NOT NULL default '0', name varchar(255) NOT NULL default '', PRIMARY KEY (id), KEY course (course) ) TYPE=MyISAM COMMENT='Module for support Automatic Attendance block';