LogoLogo
Ctrlk
HomeAPIBlog
  • INTRODUCTION
    • Getting Started
    • Frameworks and Wheels
    • Requirements
    • Manual Installation
    • Upgrading
    • Screencasts
  • Command Line Tools
    • CLI Overview
    • Quick Start Guide
    • Command Reference
      • Core Commands
      • Code Generation
      • Database Commands
        • Database Operations
        • Migration Commands
          • wheels dbmigrate info
          • wheels dbmigrate latest
          • wheels dbmigrate up
          • wheels dbmigrate down
          • wheels dbmigrate reset
          • wheels dbmigrate exec
          • wheels dbmigrate create blank
          • wheels dbmigrate create table
          • wheels dbmigrate create column
          • wheels dbmigrate remove table
      • Testing Commands
      • Environment Management
      • Code Analysis
      • Config
      • Docker Commands
      • Get Commands
      • Documentation
      • Plugins
      • Asset Management
    • CLI Development Guides
  • Working with Wheels
    • Conventions
    • Configuration and Defaults
    • Directory Structure
    • Switching Environments
    • Testing Your Application
    • Using the Test Environment
    • Contributing to Wheels
    • Contributing to Wheels VS Code Extension
    • Contributing to Wheels Windows Installer
    • Contributing to Wheels macOS Installer
    • Submitting Pull Requests
    • Documenting your Code
  • Handling Requests with Controllers
    • Request Handling
    • Rendering Content
    • Redirecting Users
    • Sending Files
    • Sending Email
    • Responding with Multiple Formats
    • Using the Flash
    • Using Filters
    • Verification
    • Event Handlers
    • Routing
    • URL Rewriting
    • Obfuscating URLs
    • Caching
    • Nesting Controllers
    • CORS Requests
  • Displaying Views to Users
    • Pages
    • Partials
    • Linking Pages
    • Layouts
    • Form Helpers and Showing Errors
    • Displaying Links for Pagination
    • Date, Media, and Text Helpers
    • Creating Custom View Helpers
    • Localization
  • Database Interaction Through Models
    • Object Relational Mapping
    • Creating Records
    • Reading Records
    • Updating Records
    • Deleting Records
    • Column Statistics
    • Dynamic Finders
    • Getting Paginated Data
    • Associations
    • Nested Properties
    • Object Validation
    • Object Callbacks
    • Calculated Properties
    • Transactions
    • Dirty Records
    • Soft Delete
    • Automatic Time Stamps
    • Database Migrations
    • Using Multiple Data Sources
  • Project Documentation
    • Overview
  • External Links
    • Source Code
    • Issue Tracker
    • Sponsor Us
    • Community
  • Plugins
    • Installing and Using Plugins
    • Developing Plugins
    • Publishing Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Command Line Tools
  2. Command Reference
  3. Database Commands

Migration Commands

wheels dbmigrate infowheels dbmigrate latestwheels dbmigrate upwheels dbmigrate downwheels dbmigrate resetwheels dbmigrate execwheels dbmigrate create blankwheels dbmigrate create tablewheels dbmigrate create columnwheels dbmigrate remove table
Previouswheels db dropNextwheels dbmigrate info

Last updated 4 months ago

Was this helpful?

LogoLogo