<?php
return [
    'name' => '应用与平台关联表',
    'struct' => [
        'app_id' => [
            'name'      => '应用id',
            'type'      => 'int(11)',
        ],

        'platform_id' => [
            'name'      => '平台id',
            'type'      => 'int(11)',
        ],
    ],
];