ActiveRecord::Migration.say_with_time("#{file_path} -> #{table_name}") do
            insert_seed(file_path: file_path, table_name: table_name, mode: mode, validate: validate)
            ActiveRecord::Migration.say("[INFO] success", true)