recycler.php 403 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'name' => '回收站',
  4. 'struct' => [
  5. 'table' => [
  6. 'name' => '表名',
  7. 'type' => 'varchar(80)',
  8. ],
  9. 'table_id' => [
  10. 'name' => '表id',
  11. 'type' => 'int(11)',
  12. ],
  13. 'content' => [
  14. 'name' => '表内容',
  15. 'type' => 'text(255)',
  16. ],
  17. ],
  18. ];