diff options
-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)' ); |