13 lines
		
	
	
		
			1021 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			1021 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "db_name": "MySQL",
 | 
						|
  "query": "\n                        INSERT INTO reminders (\n                            `uid`,\n                            `channel_id`,\n                            `thread_id`,\n                            `utc_time`,\n                            `timezone`,\n                            `interval_seconds`,\n                            `interval_days`,\n                            `interval_months`,\n                            `expires`,\n                            `content`,\n                            `tts`,\n                            `attachment_name`,\n                            `attachment`,\n                            `set_by`\n                        ) VALUES (\n                            ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n                        )\n                        ",
 | 
						|
  "describe": {
 | 
						|
    "columns": [],
 | 
						|
    "parameters": {
 | 
						|
      "Right": 14
 | 
						|
    },
 | 
						|
    "nullable": []
 | 
						|
  },
 | 
						|
  "hash": "f9d2d9f6809b6c852297e5c60b6c356af5176c6b81b86cd701c1b8af8212f194"
 | 
						|
}
 |