X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=docs%2Ffederation%2Fsql_dump%2Ffederation_shema.sql;fp=docs%2Ffederation%2Fsql_dump%2Ffederation_shema.sql;h=97b48c0f2c89701c8356b6c5a93f08f4edb518e3;hp=36e00611bb38b8ffd7c060b67351898ef759ec03;hb=78ef45d4238457b2ad498d738db5a7a7a30df167;hpb=3adffe8810801582032e851f8ecb86cc83f253f4 diff --git a/docs/federation/sql_dump/federation_shema.sql b/docs/federation/sql_dump/federation_shema.sql index 36e00611..97b48c0f 100644 --- a/docs/federation/sql_dump/federation_shema.sql +++ b/docs/federation/sql_dump/federation_shema.sql @@ -96,6 +96,7 @@ CREATE TABLE `assets` ( `issuance_program` mediumtext NOT NULL, `vm_version` int(11) NOT NULL DEFAULT '1', `definition` text, + `is_open_federation_issue` tinyint(1) DEFAULT '0', `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`),