chore: import upstream snapshot with attribution
lint PR / linter (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:03:53 +08:00
commit 1dacb4cc91
144 changed files with 52369 additions and 0 deletions
@@ -0,0 +1,10 @@
CREATE TABLE IF NOT EXISTS quarterly_earnings (
company_symbol TEXT NOT NULL,
eps FLOAT NOT NULL,
net_income_md FLOAT NOT NULL,
quarter TEXT NOT NULL,
revenue_md FLOAT NOT NULL,
year BIGINT NOT NULL,
time BIGINT NOT NULL,
diff INTEGER NOT NULL
);