transaction.sql 94 字节
Newer Older
1 2 3 4
CREATE TABLE t_transaction(
	offset				NUMERIC(20) PRIMARY KEY,
	producerGroup		VARCHAR(64)
)