ADD COLUMN 'hora_emissao' time NOT NULL DEFAULT CURRENT_TIME; ... What is the correct way to create a time field with a default value in mysql?
確定! 回上一頁