当前位置: 首页 > 软件库 > 数据库相关 > >

migrate

Database migrations. CLI and Golang library.
授权协议 View license
开发语言 Google Go
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 华项明
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

migrate

Database migrations written in Go. Use as CLI or import as library.

DEPRECATED

mattes/migrate is now golang-migrate/migrate

Please open issues and pull requests in the new repository.

  • 创建数据表 第一步:创建文件 php yii migrate/create create_table_(表名) 第二步:修改safeUp文件 public function safeUp() { $tableOptions = null; if ($this->db->driverName === 'mysql') { $tableOptions = 'CH

相关阅读

相关文章

相关问答

相关文档