mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 20:11:22 +00:00
7 lines
148 B
MySQL
7 lines
148 B
MySQL
|
CREATE TABLE canonical_slots (
|
||
|
slot integer PRIMARY KEY,
|
||
|
root bytea NOT NULL,
|
||
|
skipped boolean NOT NULL,
|
||
|
beacon_block bytea UNIQUE
|
||
|
)
|