Instruction
Good! Now, try to create your own date column into a table.
Exercise
Peter needs a precise payment information system. Let's create a table called payment with the following columns: user_id (integer), amount (decimal with 4 digits before the decimal and 2 after it), and day (date).



