├── LICENSE ├── composer.json ├── lib └── db │ └── sql │ └── schema.php ├── readme.md └── test └── schema.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ikkez/f3-schema-builder/HEAD/LICENSE -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ikkez/f3-schema-builder/HEAD/composer.json -------------------------------------------------------------------------------- /lib/db/sql/schema.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ikkez/f3-schema-builder/HEAD/lib/db/sql/schema.php -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ikkez/f3-schema-builder/HEAD/readme.md -------------------------------------------------------------------------------- /test/schema.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ikkez/f3-schema-builder/HEAD/test/schema.php --------------------------------------------------------------------------------