mirror of
https://github.com/zzzzDev4/ias-tea-axum.git
synced 2025-04-21 07:41:21 +02:00
fix typo
This commit is contained in:
parent
9caeb1d5f6
commit
2c60c6c4dc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ CREATE TABLE IF NOT EXISTS tea (
|
|||
id serial PRIMARY KEY,
|
||||
tea_name VARCHAR(128) NOT NULL,
|
||||
rfid_code VARCHAR(128) NOT NULL,
|
||||
tea_notes: VARCHAR(512),
|
||||
tea_notes VARCHAR(512),
|
||||
water_temp INT,
|
||||
steeping_seconds INT NOT NULL,
|
||||
registration_timestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
|
|
Loading…
Add table
Reference in a new issue