diff tableStruct.inc.php @ 137:a18df712fc7e

merged with upstream
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 21 Mar 2010 03:15:00 +0900
parents 9c5e597ef6c6
children 481e789605e3
line wrap: on
line diff
--- a/tableStruct.inc.php	Mon Mar 15 01:39:14 2010 +0900
+++ b/tableStruct.inc.php	Sun Mar 21 03:15:00 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