ajthinking/the-missing-schema

A schema.json file

Maintainers

👁 ajthinking

Package info

github.com/ajthinking/the-missing-schema

Type:package

pkg:composer/ajthinking/the-missing-schema

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.4 2020-04-01 12:35 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT e66512e4dc7f103a953e4b1b4ced28246cc91182

  • Anders Jürisoo <jurisoo.woop@hotmail.com>

phplaravel

This package is auto-updated.

Last update: 2026-06-29 01:50:25 UTC


README

Sometimes we just want to see/use a list of all models and their columns

Installation

composer require ajthinking/the-missing-schema

Usage

<?php

use TheMissingSchema\Schema;

Schema::save();

Now, you can see a file schema.json in your database folder. At the moment it does not do anything, and it does not affect your migrations whatsoever.

{
 "users": [
 {
 "columnName": "name",
 ...
 },
 ...
 ],
 ...
}

Supported drivers

  • sqlite