source: trunk/SQL/10.sql

Last change on this file was 56, checked in by chronos, 12 years ago
File size: 166 bytes
Line 
1CREATE TABLE IF NOT EXISTS `SystemVersion` (
2 `Rev10` bit(1) DEFAULT NULL
3) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4
5ALTER TABLE `Attendance` ADD `Date` DATE NOT NULL ;
Note: See TracBrowser for help on using the repository browser.