mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
8 lines
183 B
SQL
8 lines
183 B
SQL
CREATE TABLE llx_blockedlog_authority
|
|
(
|
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
|
blockchain longtext NOT NULL,
|
|
signature varchar(100) NOT NULL,
|
|
tms timestamp
|
|
) ENGINE=innodb;
|