sql-dumper --config stations.ini \ "routes:id,name;stations:id,name;stations_for_routes:station_id,route_id,ord" \ 100-200 \ "routes.id=stations_for_routes.route_id ...
assert_line :decimal_9_2, type: "decimal", precision: 9, scale: 2, default: 12345.01 assert_line :numeric_18_0, type: "decimal", precision: 18, default: 191 assert ...