Home > php教程 > php手册 > body text

Yii使用migrate命令执行sql语句的方法,yiimigrate

WBOY
Release: 2016-06-13 08:44:28
Original
1046 people have browsed it

Yii使用migrate命令执行sql语句的方法,yiimigrate

本文实例讲述了Yii使用migrate命令执行sql语句的方法。分享给大家供大家参考,具体如下:

Yii2自带一个强大的命令行管理工具,在windows下打卡cmd命令窗口,切换到Yii项目所在目录(包含Yii.bat),就可以在cmd中运行Yii命令了。

使用Yii migrate命令执行sql语句:

如在路径为/console/migrations/m130524_201442_init.php这个文件定义了一张User表的sql,我们要执行这个sql来生成数据表,就运行:

yii migrate console/migrations/m130524_201442_init.php

Copy after login

migrate是Yii用于数据迁移的命令,这只是其中一个用法。

转自:小谈博客 http://www.tantengvip.com/2015/05/yii-migrate-sql/

更多关于Yii相关内容感兴趣的读者可查看本站专题:《Yii框架入门及常用技巧总结》、《php优秀开发框架总结》、《smarty模板入门基础教程》、《php日期与时间用法总结》、《php面向对象程序设计入门教程》、《php字符串(string)用法总结》、《php+mysql数据库操作入门教程》及《php常见数据库操作技巧汇总》

希望本文所述对大家基于Yii框架的PHP程序设计有所帮助。

您可能感兴趣的文章:

  • Laravel中Trait的用法实例详解
  • Laravel中注册Facades的步骤详解
  • Laravel实现构造函数自动依赖注入的方法
  • Laravel使用Caching缓存数据减轻数据库查询压力的方法
  • 基于laravel制作APP接口(API)
  • PHP框架Laravel学习心得体会
  • Laravel 中获取上一篇和下一篇数据
  • Nginx中运行PHP框架Laravel的配置文件分享
  • YII Framework框架使用YIIC快速创建YII应用之migrate用法实例详解
  • Laravel执行migrate命令提示:No such file or directory的解决方法
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template