SELECT column_name, data_type FROM information_schema.columns WHERE table_name = 'directus_collections' ORDER BY ordinal_position;