Sequenzia/db/table_schema/production/schema_migrations.php

15 lines
164 B
PHP
Raw Normal View History

<?php
return array (
0 =>
array (
'version' =>
array (
'type' => 'varchar(255)',
'default' => NULL,
),
),
1 =>
array (
),
)
;