From 8ad8f36006c531b16a4342c2abb5f4d7f7a33564 Mon Sep 17 00:00:00 2001 From: tofulm Date: Wed, 28 Sep 2022 09:44:43 +0200 Subject: [PATCH] maj creerobjet --- UltiSnips/php.snippets | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UltiSnips/php.snippets b/UltiSnips/php.snippets index e6ef8de..9f004c1 100755 --- a/UltiSnips/php.snippets +++ b/UltiSnips/php.snippets @@ -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',