aboutsummaryrefslogtreecommitdiff
path: root/tests/_data/simpleormap/userdomains.php
blob: 70b428696b2ca8849dba3cd92c214ddd8441fdae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
$result = array (
  0 =>
  array (
    'name' => 'userdomain_id',
    'type' => 'varchar(32)',
    'null' => 'NO',
    'key' => 'PRI',
    'default' => '',
    'extra' => '',
  ),
  1 =>
  array (
    'name' => 'name',
    'type' => 'varchar(255)',
    'null' => 'YES',
    'key' => '',
    'default' => NULL,
    'extra' => '',
  ),
  2 =>
  array (
    'name' => 'restricted_access',
    'type' => 'tinyint(1)',
    'null' => 'NO',
    'key' => '',
    'default' => '1',
    'extra' => '',
  ),
  3 =>
  array (
    'name' => 'mkdate',
    'type' => 'int(11)',
    'null' => 'NO',
    'key' => '',
    'default' => '',
    'extra' => '',
  ),
  4 =>
  array (
    'name' => 'chdate',
    'type' => 'int(1)',
    'null' => 'NO',
    'key' => '',
    'default' => '',
    'extra' => '',
  ),
);