db_schema_whitelist.json 344 B

1234567891011121314151617
  1. {
  2. "sendfriend_log": {
  3. "column": {
  4. "log_id": true,
  5. "ip": true,
  6. "time": true,
  7. "website_id": true
  8. },
  9. "index": {
  10. "SENDFRIEND_LOG_IP": true,
  11. "SENDFRIEND_LOG_TIME": true
  12. },
  13. "constraint": {
  14. "PRIMARY": true
  15. }
  16. }
  17. }