schnittstabil/dartisan
Composer 安装命令:
composer require schnittstabil/dartisan
包简介
Create and run Illuminate\Database migration scripts
README 文档
README
Create and run Illuminate\Database migration scripts
Install
$ composer global require schnittstabil/dartisan
Usage
$ dartisan --help usage: dartisan <command> [<options>] [<args>] COMMANDS migrate Run the database migrations. migrate:install Create the migration repository. make:migration Create a new migration file. migrate:reset Rollback all database migrations. migrate:rollback Rollback the last database migration. migrate:status Show the status of each migration.
$ dartisan migrate --help usage: dartisan migrate [<options>] Run the database migrations. OPTIONS --connection-charset The character set to use, defaults to DB_CHARSET and "utf8" --connection-collation MySQL only: The collation to use, defaults to DB_COLLATION and "utf8_unicode_ci" --connection-database The databse to use, defaults to DB_DATABASE and "forge" --connection-driver The database driver to use, defaults to DB_DRIVER and "mysql" --connection-host The host to use, defaults to DB_HOST and "localhost" --connection-password The password to use, defaults to DB_PASSWORD and "" --connection-prefix The table prefix to use, defaults to DB_PREFIX and "" --connection-schema PostgreSQL only: The schema to use, defaults to DB_SCHEMA and "public" --connection-strict MySQL only: Force strict mode, detaults to DB_STRICT and false --connection-username The username to use, defaults to DB_USERNAME and "forge" --help, -? Display this help. --migration-path The migration path to use, defaults to DB_MIGRATION_PATH and "database/migrations" --migration-table The migration table to use, defaults to DB_MIGRATION_TABLE and "migrations" --path The path of migrations files to be executed. --pretend Dump the SQL queries that would be run. --step Force the migrations to be run so they can be rolled back individually.
License
MIT © Michael Mayer
schnittstabil/dartisan 适用场景与选型建议
schnittstabil/dartisan 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 59 次下载、GitHub Stars 达 1, 最近一次更新时间为 2016 年 05 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 schnittstabil/dartisan 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 schnittstabil/dartisan 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 59
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-04