method

structure_dump

rails latest stable - Class: ActiveRecord::Tasks::SqlserverDatabaseTasks

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

structure_dump(filename)
public

No documentation available.

# File activerecord/lib/active_record/tasks/sqlserver_database_tasks.rb, line 33
      def structure_dump(filename)
        Kernel.system("smoscript -s #{configuration['host']} -d #{configuration['database']} -u #{configuration['username']} -p #{configuration['password']} -f #{filename} -A -U")
      end