diff tableStruct.inc.php @ 135:9c5e597ef6c6

mod: ¥í¥°µ¡Ç½¤òÄɲÃ
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Sat, 20 Mar 2010 23:59:01 +0900
parents 7a64d5e3baee
children 481e789605e3
line wrap: on
line diff
--- a/tableStruct.inc.php	Sat Mar 20 00:49:37 2010 +0900
+++ b/tableStruct.inc.php	Sat Mar 20 23:59:01 2010 +0900
@@ -79,4 +79,12 @@
 	""
 );
 
+define( "LOG_STRUCT",
+	"id integer not null auto_increment primary key".				// ID
+	",logtime  datetime not null default '1970-01-01 00:00:00'".	// 記録日時
+	",level integer not null default '0'".							// エラーレベル
+	",message varchar(512) not null default ''".
+	""
+);
+
 ?>
\ No newline at end of file