All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.billing.killbill-platform-osgi-bundles-test-beatrix.0.36.source-code.ddl_test.sql Maven / Gradle / Ivy

There is a newer version: 0.41.14
Show newest version
/*! SET default_storage_engine=INNODB */;

DROP TABLE IF EXISTS test_bundle;
CREATE TABLE test_bundle (
    record_id serial unique,
    is_started bool DEFAULT false,
    is_logged bool DEFAULT false,
    external_key varchar(128) NULL
    PRIMARY KEY(record_id)
) /*! CHARACTER SET utf8 COLLATE utf8_bin */;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy