积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(10)PHP(10)Laravel(10)

语言

全部英语(5)中文(简体)(5)

格式

全部PDF文档 PDF(10)
 
本次搜索耗时 0.088 秒,为您找到相关结果约 10 个.
  • 全部
  • 后端开发
  • PHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Learning Laravel

    Chapter 17: Database Migrations 55 Examples 55 Migrations 55 The migration files 56 Generating migration files 56 Inside a database migration 57 Running migrations 58 Rolling Back Migrations 58 Chapter Laravel offers its own ORM with a large set of functions to work with. The framework also provides migration and seeding and also features rollbacks. Event Handling The framework is capable of handling Flush expired password reset tokens cache:clear Flush the application cache cache:table Create a migration for the cache database table config:cache Create a cache file for faster configuration loading
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    corresponding views, which are located at resources/views/auth . In addition, a "users" table migration has been included with the framework. Including these simple resources allows rapid development using simple "Next" and "Previous" links in your pagination view. In production, destructive migration operations will now ask for confirmation. Commands may be forced to run without any prompts using the documentation. Soft Deleting Traits Convenient Auth & Remindable Traits "Simple Paginate" Migration Confirmation Laravel 4.1 Full Change List New SSH Component Boris In Tinker Eloquent Improvements
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 The Laravel Handbook

    automatically create a SQLite database in database/database.sqlite the first time you run a migration. 6. How to use migrations to create and modify the database schema Migrations are excellent for server and run this command to create a new migration, which is what we will use to create the database table(s) we need to use: php artisan make:migration initial_table_creation 23 This command created But let’s focus on creating a new table, let’s call it dogs . Go in the up() function of the migration we creataed. Let’s create a dogs table with 3 columns, an id , a name string and the timestamp
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    loading from bundles.  Fixes double-loading of classes when overriding the core.  Classify migration names. 8 Upgrading From 3.1.6  Replace the laravel folder. Laravel 3.1.6  Fixes that have a constructor. Prefix Laravel migration created indexes with their table name. If you have created indexes on tables using the Laravel migration system and you used to the default index looks like this: Creating a migration php artisan migrate:make create_users_table Now, check your application/migrations folder. You should see your brand new migration! Notice that it also contains
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    支持,在 Laravel 所支 持的所有数据库系统中提供一致的、优雅的、平滑的 API。 2、生成迁移 使用 Artisan 命令 make:migration 来创建一个新的迁移: php artisan make:migration create_users_table 新的迁移位于 database/migrations 目录下,每个迁移文件名都包含时间戳从而允许 Laravel 选项只需要简单放在上述迁移命令后面并指定表名: php artisan make:migration add_votes_to_users_table --table=use rs php artisan make:migration create_users_table --create=users 如果你想要指定生成迁移的自定义输出路径,在执行 make:migration 命令时可以使用-- path 选项,提供的路径应该是相对于应用根目录的。 Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateFlightsTable extends Migration{ /** * 运行迁移 * * @return void */ public
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    支持,在 Laravel 所支持 的所有数据库系统中提供一致的、优雅的、平滑的 API。 2、生成迁移 使用 Artisan 命令 make:migration 来创建一个新的迁移: php artisan make:migration create_users_table 新的迁移位于 database/migrations 目录下,每个迁移文件名都包含时间戳从而允许 Laravel 91 php artisan make:migration add_votes_to_users_table --table=use rs php artisan make:migration create_users_table --create=users 如果你想要指定生成迁移的自定义输出路径,在执行 make:migration 命令时可以使用 --path 选项,提供的路径应该是相对于应用根目录的。 Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateFlightsTable extends Migration{ /** * 运行迁移 * * @return void */ public
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    388 如果使用数据库来驱动队列,你需要数据表保存任务信息。可以很容易的通过 Artisan 命令建立 这些表,相关知识需要参考 migration,代码示例如下: php artisan queue:table //生成数据库队列的 migration php artisan migrate //创建该数据库队列表 其他驱动预备知识 如果使用以下几种队列驱动,需要相应的依赖: 持,在 Laravel 所支持的所 有数据库系统中提供一致的、优雅的、平滑的 API。 2、生成迁移 使用 Artisan 命令 make:migration 来创建一个新的迁移: php artisan make:migration create_users_table 新的迁移位于 database/migrations 目录下,每个迁移文件名都包含时间戳从而允许 Laravel 需要简单放在上述迁移命令后面并指定表名: php artisan make:migration create_users_table --create=users php artisan make:migration add_votes_to_users_table --table=users 如果你想要指定生成迁移的自定义输出路径,在执行 make:migration 命令时可以使用--path 选 项,提供的路径应该是相对于应用根目录的。
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    的支持,在 Laravel 所支持的所有数据库系统中提供一致的、优雅的、流式的 API。 生成迁移 使用 Artisan 命令 make:migration 就可以创建一个新的迁移: php artisan make:migration create_users_table 新的迁移位于 database/migrations 目录下,每个迁移文件名都包含时间戳从而允许 Laravel 定表名: php artisan make:migration create_users_table --create=users php artisan make:migration add_votes_to_users_table --table=users 如果你想要指定生成迁移的自定义输出路径,在执行 make:migration 命令时可以使用 --path 选项,提供的路径应该是相对于应用根目录的。 Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateFlightsTable extends Migration { /** * Run the migrations. * * @return void
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    的 支持,在 Laravel 所支持的所有数据库系统中提供一致的、优雅的、 流式的 API。 生成迁移 使用 Artisan 命令 make:migration 就可以创建一个新的迁移: php artisan make:migration create_users_table 新的迁移位于 database/migrations 目录下,每个迁移文件名都包 含时间戳从而允许 Laravel 选项可以用于指定表名以及该迁移是否要创 建一个新的数据表。这些选项只需要简单放在上述迁移命令后面并指 定表名: php artisan make:migration create_users_table --creat e=users php artisan make:migration add_votes_to_users_table - -table=users 本文档由学院君提供 学院君致力于提供优质 Laravel Laravel 中文学习资源:https://xueyuanjun.com 995 如果你想要指定生成迁移的自定义输出路径,在执 行 make:migration 命令时可以使用 --path 选项,提供的路径应该 是相对于应用根目录的。 迁移结构 迁移类包含了两个方法:up 和 down。up 方法用于新增表,列或者索 引到数据库,而 down 方法就是 up 方法的逆操作,和 up
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 08 . RSS

    RDF – Extensible par modules • Antérieurs : RSS 0.91, 0.92 (Rich Site Summary) : obsolètes – Migration facile vers RSS 2.0 RSS 2.0
    0 码力 | 7 页 | 52.98 KB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
LearningLaravel5.0DocumentationTheHandbook3.25.2中文文档5.15.35.66.0SlidesDevWeb08RSS
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩