PHPackages                             wind/laravel-schema-extend - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. wind/laravel-schema-extend

ActiveLibrary[Database &amp; ORM](/categories/database)

wind/laravel-schema-extend
==========================

support MySQL 'column comment' and 'table comment'.

v1.1.0(11y ago)2579PHPPHP &gt;=5.3.0

Since Aug 28Pushed 10y agoCompare

[ Source](https://github.com/wind930/laravel-schema-extend)[ Packagist](https://packagist.org/packages/wind/laravel-schema-extend)[ RSS](/packages/wind-laravel-schema-extend/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

laravel-schema-extend
=====================

[](#laravel-schema-extend)

- support MySQL 'column comment' and 'table comment'.
- 让 laravel 的 Schema 支持 MySQL “列注释”和“表注释”。

---

> 不会对官方源码照成任何影响！
> 同时随官方源码的更新，自动保持最新。
> 也就是说，官方后期若更新了新的功能，您都还可以正常使用！

使用前的准备
------

[](#使用前的准备)

在 composer.json 文件中申明依赖：

```
"wind/laravel-schema-extend": "dev-master"
```

在 `/app/config/app.php` 中替换“别名”

```
'aliases' => array(
    ...
    // 'Schema' => 'Illuminate\Support\Facades\Schema',
    'Schema'    => 'wind\LaravelSchemaExtend\Facade',
),
```

使用方法
----

[](#使用方法)

```
Schema::create('tests', function ($table) {
    $table->increments('id')->comment('列注释');
    $table->comment = '表注释';
});
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

4281d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03dd68f87f79c7090536c7e64656421fa979cf655286cacbc157789c73703776?d=identicon)[wind930](/maintainers/wind930)

---

Top Contributors

[![5-say](https://avatars.githubusercontent.com/u/6258835?v=4)](https://github.com/5-say "5-say (13 commits)")

### Embed Badge

![Health badge](/badges/wind-laravel-schema-extend/health.svg)

```
[![Health](https://phpackages.com/badges/wind-laravel-schema-extend/health.svg)](https://phpackages.com/packages/wind-laravel-schema-extend)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
