The query below lists all columns with enum data type in PostgreSQL ... select col.table_schema, col.table_name, col.ordinal_position as ...
確定! 回上一頁