@adonisjs/lucid
Version:
SQL ORM built on top of Active Record pattern
26 lines (25 loc) • 967 B
JavaScript
"use strict";
/*
* @adonisjs/lucid
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = [
'/lucid/build/commands/DbSeed',
'/lucid/build/commands/DbWipe',
'/lucid/build/commands/DbTruncate',
'/lucid/build/commands/MakeModel',
'/lucid/build/commands/MakeMigration',
'/lucid/build/commands/MakeSeeder',
'/lucid/build/commands/MakeFactory',
'/lucid/build/commands/Migration/Run',
'/lucid/build/commands/Migration/Rollback',
'/lucid/build/commands/Migration/Status',
'/lucid/build/commands/Migration/Reset',
'/lucid/build/commands/Migration/Refresh',
'/lucid/build/commands/Migration/Fresh',
];