# MySQL Dump 6.0# # Host: localhost Database: samp_db
#---------------------------------------#
Server version 3.23.2-alpha-log## Table structure for table absence
#CREATE TABLE absence( student_id int(10) unsigned DEFAULT 0 NOT NULL, date date DEFAULT 0000-00-00 NOT NUL L,
PRIMARY KEY (student_id,date));## Dumping data for table absence #INSERT INTO absence VALUES (3,1999-09-03);INSERT INTO absence VALUE S (5,1999-09-03);INSERT INTO absence VALUES (10,1999-09-08);......