README.md in bigquery_migration-0.1.2 vs README.md in bigquery_migration-0.1.3

- old
+ new

@@ -74,9 +74,13 @@ migrator = BigqueryMigration.new(config) migrator.migrate_table(columns: columns) # migrator.migrate_table(schema_file: '/path/to/schema.json') ``` +## Further Details + +* See [BigQueryテーブルのスキーマを変更する - sonots:blog](http://blog.livedoor.jp/sonots/archives/47294596.html) (Japanese) + ## Development ### Run example: Prepare `example/your-project-000.json`, then