maj creerobjet

This commit is contained in:
Christophe 2022-09-28 09:44:43 +02:00
parent 48a2ba74d4
commit 8ad8f36006

View file

@ -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',