Is it possible to such a line:
[['name' => 'id'], ['type' => 'INT(12)'], ['null' => true], ['prim' => true]], [['name' => 'test'], ['type' => 'VARCHAR(15)'], ['null' => false], ['prim' => true]]
Convert to an ordinary array? If it is possible, then how to make it as simple as possible and desirable without parsing?