Sequenzia/db/table_schema/production/artists_urls.php

25 lines
352 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?php
return array (
0 =>
array (
'artist_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'url' =>
array (
'type' => 'varchar(256)',
'default' => NULL,
),
'normalized_url' =>
array (
'type' => 'varchar(256)',
'default' => NULL,
),
),
1 =>
array (
),
)
;