4
0
Fork 0
mirror of https://github.com/zzzzDev4/ias-tea-axum.git synced 2025-04-21 07:41:21 +02:00
This commit is contained in:
zzzz 2024-06-11 21:54:01 +02:00
parent 9caeb1d5f6
commit 2c60c6c4dc

View file

@ -2,7 +2,7 @@ CREATE TABLE IF NOT EXISTS tea (
id serial PRIMARY KEY, id serial PRIMARY KEY,
tea_name VARCHAR(128) NOT NULL, tea_name VARCHAR(128) NOT NULL,
rfid_code VARCHAR(128) NOT NULL, rfid_code VARCHAR(128) NOT NULL,
tea_notes: VARCHAR(512), tea_notes VARCHAR(512),
water_temp INT, water_temp INT,
steeping_seconds INT NOT NULL, steeping_seconds INT NOT NULL,
registration_timestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP registration_timestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP