mirror of
				https://github.com/Fabio286/antares.git
				synced 2025-06-05 21:59:22 +02:00 
			
		
		
		
	feat(MySQL): check constraints management support
This commit is contained in:
		| @@ -36,6 +36,10 @@ export default class { | ||||
|       return ipcRenderer.invoke('get-table-indexes', unproxify(params)); | ||||
|    } | ||||
|  | ||||
|    static getTableChecks (params: { uid: string; schema: string; table: string }): Promise<IpcResponse> { | ||||
|       return ipcRenderer.invoke('get-table-checks', unproxify(params)); | ||||
|    } | ||||
|  | ||||
|    static getTableDll (params: { uid: string; schema: string; table: string }): Promise<IpcResponse<string>> { | ||||
|       return ipcRenderer.invoke('get-table-ddl', unproxify(params)); | ||||
|    } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user