database.php 78 B

123456789
  1. <?php
  2. /**
  3. * 配置文件
  4. */
  5. return [
  6. 'auto_timestamp' => true,
  7. ];