column_namecolumn_data_type DEFAULT default_value
For example :
pricenumeric DEFAULT 9.99 (where price is the column_name, numeric the column_data_type, and 9.99 the default_value)
Can then someone explain me why the same format works in this case :
https://transfert.free.fr/P6wOY5x
but not in this other one :