I'm able to create a kdb+ table with atom types eg.
trade:([]time:`time$();sym:`symbol$();price:`float$();size:`int$())
Is it possible to create an empty table with a character vector instead? Appreciate any help/examples I can get. My knowledge of Q is quite poor