maj creerobjet
This commit is contained in:
parent
48a2ba74d4
commit
8ad8f36006
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ $tables['spip_$1s'] = [
|
|||
'field'=> array_merge([
|
||||
'id_$1' => 'bigint(21) NOT NULL',
|
||||
'statut' => 'varchar(20) DEFAULT "" NOT NULL',
|
||||
'maj' => 'TIMESTAMP'
|
||||
], $t),
|
||||
], $t, ['maj' => 'TIMESTAMP']),
|
||||
'key' => [
|
||||
'PRIMARY KEY' => 'id_$1',
|
||||
'KEY statut' => 'statut',
|
||||
|
|
Loading…
Add table
Reference in a new issue