changeset 145 | 6190c9a5f48b |
parent 142 | edd0c3ee3e1d |
child 165 | cc0763252b89 |
144:ad667d767a0a | 145:6190c9a5f48b |
---|---|
51 'name' => 'id', |
51 'name' => 'id', |
52 'table' => 'perm_templ', |
52 'table' => 'perm_templ', |
53 'flags' => 'primary_keynot_null' |
53 'flags' => 'primary_keynot_null' |
54 ), |
54 ), |
55 'name' => array( |
55 'name' => array( |
56 'type' => 'integer', |
56 'type' => 'text', |
57 'notnull' => 1, |
57 'notnull' => 1, |
58 'length' => 128, |
58 'length' => 128, |
59 'fixed' => 0, |
59 'fixed' => 0, |
60 'default' => 0, |
60 'default' => 0, |
61 'name' => 'name', |
61 'name' => 'name', |