Hello,
I am making a custom python tool but am having problems finding the correct parameter type to use:

I wish to make in_fc and in_fields equal to param0 and out_fc and out_fields equal to param1, both param0 and param1 have a 'File Geodatabase Table' data type.

Furthermore, if I want the output table to be created when the tool runs, where should I add the code to create a new table? I'm assuming it should be right before what I currently have in the execution code block.
Thanks,
John