Dec 16, 2019 03:04 PM
I need to add about 50 columns to a table with an integer field type.
What’s the best way to do that?
Dec 16, 2019 09:18 PM
The CSV Import block is the fastest way to map new data to existing fields and create new fields (Columns) in the process.
The other option is to create a table from a CSV import.
The slowest option is to manually create all of them, but also would work.
Dec 17, 2019 01:43 AM
And how do I specify that they are integer type?