ey_email_template.php 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. return array (
  3. 'tpl_id' =>
  4. array (
  5. 'name' => 'tpl_id',
  6. 'type' => 'mediumint(8)',
  7. 'notnull' => false,
  8. 'default' => NULL,
  9. 'primary' => true,
  10. 'autoinc' => true,
  11. ),
  12. 'tpl_title' =>
  13. array (
  14. 'name' => 'tpl_title',
  15. 'type' => 'varchar(100)',
  16. 'notnull' => false,
  17. 'default' => '',
  18. 'primary' => false,
  19. 'autoinc' => false,
  20. ),
  21. 'tpl_content' =>
  22. array (
  23. 'name' => 'tpl_content',
  24. 'type' => 'text',
  25. 'notnull' => false,
  26. 'default' => NULL,
  27. 'primary' => false,
  28. 'autoinc' => false,
  29. ),
  30. 'send_scene' =>
  31. array (
  32. 'name' => 'send_scene',
  33. 'type' => 'varchar(100)',
  34. 'notnull' => false,
  35. 'default' => '',
  36. 'primary' => false,
  37. 'autoinc' => false,
  38. ),
  39. 'add_time' =>
  40. array (
  41. 'name' => 'add_time',
  42. 'type' => 'int(11)',
  43. 'notnull' => false,
  44. 'default' => NULL,
  45. 'primary' => false,
  46. 'autoinc' => false,
  47. ),
  48. 'update_time' =>
  49. array (
  50. 'name' => 'update_time',
  51. 'type' => 'int(11)',
  52. 'notnull' => false,
  53. 'default' => '0',
  54. 'primary' => false,
  55. 'autoinc' => false,
  56. ),
  57. );