varchar ira mieux...

This commit is contained in:
chankalan 2021-02-11 22:36:27 +01:00
parent d48f823c9c
commit a864af584a
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function podcast_declarer_tables_objets_sql($tables) {
'id_podcast' => 'bigint(21) NOT NULL DEFAULT 0',
'titre' => 'tinytext NOT NULL DEFAULT ""',
'nom_identifiant' => 'tinytext NOT NULL DEFAULT ""',
'sujet_principal' => 'tinyint(1) NOT NULL DEFAULT 0',
'sujet_principal' => 'varchar(25) NOT NULL DEFAULT ""',
'debut' => 'varchar(25) NOT NULL DEFAULT ""',
'fin' => 'varchar(25) NOT NULL DEFAULT ""',
'maj' => 'TIMESTAMP NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP'