diff options
author | uckelman <uckelman@nomic.net> | 2010-04-27 20:59:14 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-27 20:59:14 +0000 |
commit | 3c056655ee82d9a301d9f21d6f7fcc6fc3bfd59f (patch) | |
tree | a75ec10fbdbcbf8ffd76e67e1521e44339b747ae | |
parent | 32fd84ea44cd23da77b2f5c8af67d52f12c1825b (diff) |
Better column name.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6770 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r-- | test/BridgeTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php index 438a498..1707b36 100644 --- a/test/BridgeTest.php +++ b/test/BridgeTest.php @@ -21,7 +21,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase { 'post_id MEDIUMINT UNSIGNED, ' . 'message_id VARCHAR(255) NOT NULL, ' . 'in_reply_to VARCHAR(255), ' . - 'when TIMESTAMP, ' . + 'time_stamp TIMESTAMP, ' . 'PRIMARY KEY (message_id)), ' . 'INDEX (post_id)' ); |