SmsNotificationFixture.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /* SmsNotification Fixture generated on: 2011-11-20 21:59:35 : 1321822775 */
  3. /**
  4. * SmsNotificationFixture
  5. *
  6. */
  7. class SmsNotificationFixture extends CakeTestFixture {
  8. /**
  9. * Fields
  10. *
  11. * @var array
  12. */
  13. public $fields = array(
  14. 'id' => array('type' => 'integer', 'null' => false, 'default' => null, 'length' => 10, 'key' => 'primary', 'collate' => null, 'comment' => ''),
  15. 'status_id' => array('type' => 'string', 'null' => true, 'length' => 30, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'),
  16. 'type' => array('type' => 'integer', 'null' => false, 'default' => '0', 'length' => 2, 'collate' => null, 'comment' => '0=answer,1=status'),
  17. 'answer' => array('type' => 'text', 'null' => false, 'default' => null, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'),
  18. 'number' => array('type' => 'string', 'null' => false, 'default' => null, 'length' => 30, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'),
  19. 'sender' => array('type' => 'string', 'null' => false, 'default' => null, 'length' => 30, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'),
  20. 'status' => array('type' => 'integer', 'null' => false, 'default' => '0', 'length' => 2, 'collate' => null, 'comment' => ''),
  21. 'time' => array('type' => 'datetime', 'null' => true, 'default' => null, 'collate' => null, 'comment' => ''),
  22. 'created' => array('type' => 'datetime', 'null' => true, 'default' => null, 'collate' => null, 'comment' => ''),
  23. 'modified' => array('type' => 'datetime', 'null' => true, 'default' => null, 'collate' => null, 'comment' => ''),
  24. 'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1)),
  25. 'tableParameters' => array()
  26. );
  27. /**
  28. * Records
  29. *
  30. * @var array
  31. */
  32. public $records = array(
  33. );
  34. }