Вы находитесь на странице: 1из 140

Query:

CREATE TABLE `company_seq` (


`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:00:50


Line no.:310
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:01:03


Line no.:310
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:01:16


Line no.:310
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:01:36


Line no.:310
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:10:54


Line no.:310
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:11


Line no.:310
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `company_seq` WRITE

Error occured at:2019-11-12 15:12:11


Line no.:317
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `company_seq` DISABLE KEYS */
Error occured at:2019-11-12 15:12:11
Line no.:318
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
INSERT INTO `company_seq` VALUES (31,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:11


Line no.:319
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `company_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:11


Line no.:320
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
CREATE TABLE `counter_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:11


Line no.:426
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `counter_seq` WRITE

Error occured at:2019-11-12 15:12:11


Line no.:433
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `counter_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:11


Line no.:434
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
INSERT INTO `counter_seq` VALUES (3001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:11


Line no.:435
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `counter_seq` ENABLE KEYS */
Error occured at:2019-11-12 15:12:11
Line no.:436
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
CREATE TABLE `deliveryorder_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:12


Line no.:571
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `deliveryorder_seq` WRITE

Error occured at:2019-11-12 15:12:12


Line no.:578
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `deliveryorder_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:12


Line no.:579
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
INSERT INTO `deliveryorder_seq` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:12


Line no.:580
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `deliveryorder_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:12


Line no.:581
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
CREATE TABLE `individual_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:12


Line no.:719
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `individual_seq` WRITE

Error occured at:2019-11-12 15:12:12


Line no.:726
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `individual_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:12


Line no.:727
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
INSERT INTO `individual_seq` VALUES (102,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:12


Line no.:728
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `individual_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:12


Line no.:729
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
CREATE TABLE `invoice_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:12


Line no.:807
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `invoice_seq` WRITE
Error occured at:2019-11-12 15:12:12
Line no.:814
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `invoice_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:12


Line no.:815
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
INSERT INTO `invoice_seq` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:12


Line no.:816
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `invoice_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:12


Line no.:817
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
CREATE TABLE `location_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:13


Line no.:876
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `location_seq` WRITE

Error occured at:2019-11-12 15:12:13


Line no.:883
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `location_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:13


Line no.:884
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
INSERT INTO `location_seq` VALUES (66,1,9223372036854775806,1,1,0,0,0)
Error occured at:2019-11-12 15:12:13
Line no.:885
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `location_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:13


Line no.:886
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
CREATE TABLE `product_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:19


Line no.:3145
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `product_seq` WRITE

Error occured at:2019-11-12 15:12:19


Line no.:3152
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `product_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:19


Line no.:3153
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
INSERT INTO `product_seq` VALUES (333,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:19


Line no.:3154
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `product_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:19


Line no.:3155
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
CREATE TABLE `promo_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:20


Line no.:3320
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `promo_seq` WRITE

Error occured at:2019-11-12 15:12:20


Line no.:3327
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `promo_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3328
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
INSERT INTO `promo_seq` VALUES (2001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:20


Line no.:3329
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `promo_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3330
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
CREATE TABLE `rack_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1
Error occured at:2019-11-12 15:12:20
Line no.:3382
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `rack_seq` WRITE

Error occured at:2019-11-12 15:12:20


Line no.:3389
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `rack_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3390
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
INSERT INTO `rack_seq` VALUES (1,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:20


Line no.:3391
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `rack_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3392
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
CREATE TABLE `receipt_seq_000019` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:20


Line no.:3439
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000019` WRITE

Error occured at:2019-11-12 15:12:20


Line no.:3446
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000019` DISABLE KEYS */
Error occured at:2019-11-12 15:12:20
Line no.:3447
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
INSERT INTO `receipt_seq_000019` VALUES (2001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:20


Line no.:3448
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000019` ENABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3449
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
CREATE TABLE `receipt_seq_000020` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:20


Line no.:3468
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000020` WRITE

Error occured at:2019-11-12 15:12:20


Line no.:3475
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000020` DISABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3476
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
INSERT INTO `receipt_seq_000020` VALUES (4,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:20


Line no.:3477
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000020` ENABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3478
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
CREATE TABLE `receipt_seq_000021` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:20


Line no.:3497
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000021` WRITE

Error occured at:2019-11-12 15:12:20


Line no.:3504
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000021` DISABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3505
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
INSERT INTO `receipt_seq_000021` VALUES (4,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:20


Line no.:3506
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000021` ENABLE KEYS */

Error occured at:2019-11-12 15:12:20


Line no.:3507
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
CREATE TABLE `receipt_seq_000022` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3526
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000022` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3533
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000022` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3534
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
INSERT INTO `receipt_seq_000022` VALUES (4,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3535
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000022` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3536
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
CREATE TABLE `receipt_seq_000023` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3555
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000023` WRITE
Error occured at:2019-11-12 15:12:21
Line no.:3562
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000023` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3563
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
INSERT INTO `receipt_seq_000023` VALUES (22,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3564
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000023` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3565
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
CREATE TABLE `receipt_seq_000024` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3584
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000024` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3591
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000024` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3592
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
INSERT INTO `receipt_seq_000024` VALUES (11,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3593
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000024` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3594
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
CREATE TABLE `receipt_seq_000025` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3613
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000025` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3620
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000025` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3621
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
INSERT INTO `receipt_seq_000025` VALUES (80,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3622
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000025` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3623
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist
Query:
CREATE TABLE `receipt_seq_000026` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3642
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000026` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3649
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000026` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3650
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
INSERT INTO `receipt_seq_000026` VALUES (50,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3651
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000026` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3652
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
CREATE TABLE `receipt_seq_000027` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1
Error occured at:2019-11-12 15:12:21
Line no.:3671
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000027` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3678
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000027` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3679
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
INSERT INTO `receipt_seq_000027` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3680
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000027` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3681
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
CREATE TABLE `receipt_seq_000028` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3700
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000028` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3707
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000028` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3708
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
INSERT INTO `receipt_seq_000028` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3709
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000028` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3710
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
CREATE TABLE `receipt_seq_000029` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3729
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000029` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3736
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000029` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3737
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
INSERT INTO `receipt_seq_000029` VALUES (17,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3738
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist
Query:
/*!40000 ALTER TABLE `receipt_seq_000029` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3739
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
CREATE TABLE `receipt_seq_000030` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3758
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000030` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3765
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000030` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3766
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
INSERT INTO `receipt_seq_000030` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3767
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000030` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3768
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
CREATE TABLE `receipt_seq_000031` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3787
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000031` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3794
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000031` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3795
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
INSERT INTO `receipt_seq_000031` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3796
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000031` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3797
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
CREATE TABLE `receipt_seq_000032` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3816
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000032` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3823
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000032` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3824
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
INSERT INTO `receipt_seq_000032` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3825
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000032` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3826
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
CREATE TABLE `receipt_seq_000033` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3845
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000033` WRITE

Error occured at:2019-11-12 15:12:21


Line no.:3852
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000033` DISABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3853
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist
Query:
INSERT INTO `receipt_seq_000033` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:21


Line no.:3854
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000033` ENABLE KEYS */

Error occured at:2019-11-12 15:12:21


Line no.:3855
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
CREATE TABLE `receipt_seq_000034` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:21


Line no.:3874
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000034` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:3881
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000034` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3882
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
INSERT INTO `receipt_seq_000034` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:3883
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000034` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3884
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist
Query:
CREATE TABLE `receipt_seq_000035` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:3903
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000035` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:3910
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000035` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3911
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
INSERT INTO `receipt_seq_000035` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:3912
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000035` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3913
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
CREATE TABLE `receipt_seq_000036` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:3932
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000036` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:3939
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000036` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3940
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
INSERT INTO `receipt_seq_000036` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:3941
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000036` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3942
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
CREATE TABLE `receipt_seq_000037` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:3961
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000037` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:3968
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist
Query:
/*!40000 ALTER TABLE `receipt_seq_000037` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3969
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
INSERT INTO `receipt_seq_000037` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:3970
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000037` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3971
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
CREATE TABLE `receipt_seq_000038` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:3990
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000038` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:3997
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000038` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:3998
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
INSERT INTO `receipt_seq_000038` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:3999
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist
Query:
/*!40000 ALTER TABLE `receipt_seq_000038` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4000
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
CREATE TABLE `receipt_seq_000039` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4019
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000039` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4026
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000039` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4027
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
INSERT INTO `receipt_seq_000039` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:4028
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000039` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4029
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
CREATE TABLE `receipt_seq_000040` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4048
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000040` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4055
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000040` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4056
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
INSERT INTO `receipt_seq_000040` VALUES (11,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:4057
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000040` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4058
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
CREATE TABLE `receipt_seq_000041` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4077
Error Code: 1911 - Unknown option 'SEQUENCE'
Query:
LOCK TABLES `receipt_seq_000041` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4084
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000041` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4085
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
INSERT INTO `receipt_seq_000041` VALUES (100,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:4086
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000041` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4087
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
CREATE TABLE `receipt_seq_000042` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4106
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000042` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4113
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000042` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4114
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist
Query:
INSERT INTO `receipt_seq_000042` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:4115
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000042` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4116
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
CREATE TABLE `receipt_seq_000043` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4135
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000043` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4142
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000043` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4143
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
INSERT INTO `receipt_seq_000043` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:4144
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000043` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4145
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
CREATE TABLE `receipt_seq_000044` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4164
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000044` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4171
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000044` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4172
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
INSERT INTO `receipt_seq_000044` VALUES (12,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:4173
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000044` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4174
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
CREATE TABLE `receipt_seq_000045` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4193
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000045` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4200
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000045` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4201
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
INSERT INTO `receipt_seq_000045` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:4202
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000045` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4203
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
CREATE TABLE `receipt_seq_000046` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4222
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000046` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4229
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist
Query:
/*!40000 ALTER TABLE `receipt_seq_000046` DISABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4230
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
INSERT INTO `receipt_seq_000046` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:22


Line no.:4231
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000046` ENABLE KEYS */

Error occured at:2019-11-12 15:12:22


Line no.:4232
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
CREATE TABLE `receipt_seq_000047` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:22


Line no.:4251
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000047` WRITE

Error occured at:2019-11-12 15:12:22


Line no.:4258
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000047` DISABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4259
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
INSERT INTO `receipt_seq_000047` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:23


Line no.:4260
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000047` ENABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4261
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
CREATE TABLE `receipt_seq_000048` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:23


Line no.:4280
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000048` WRITE

Error occured at:2019-11-12 15:12:23


Line no.:4287
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000048` DISABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4288
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
INSERT INTO `receipt_seq_000048` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:23


Line no.:4289
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000048` ENABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4290
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
CREATE TABLE `stockreport_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:23


Line no.:4437
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `stockreport_seq` WRITE

Error occured at:2019-11-12 15:12:23


Line no.:4444
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `stockreport_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4445
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
INSERT INTO `stockreport_seq` VALUES (4001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:23


Line no.:4446
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `stockreport_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4447
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
CREATE TABLE `takeaway_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:23


Line no.:4555
Error Code: 1911 - Unknown option 'SEQUENCE'
Query:
LOCK TABLES `takeaway_seq` WRITE

Error occured at:2019-11-12 15:12:23


Line no.:4562
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4563
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
INSERT INTO `takeaway_seq` VALUES (37,1,999,1,1,0,1,0)

Error occured at:2019-11-12 15:12:23


Line no.:4564
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4565
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000026` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:23


Line no.:4584
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000026` WRITE

Error occured at:2019-11-12 15:12:23


Line no.:4591
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000026` DISABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4592
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
INSERT INTO `takeaway_seq_000026` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:23


Line no.:4593
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000026` ENABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4594
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000028` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:23


Line no.:4613
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000028` WRITE

Error occured at:2019-11-12 15:12:23


Line no.:4620
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000028` DISABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4621
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
INSERT INTO `takeaway_seq_000028` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:23


Line no.:4622
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000028` ENABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4623
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000029` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:23


Line no.:4642
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000029` WRITE

Error occured at:2019-11-12 15:12:23


Line no.:4649
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000029` DISABLE KEYS */

Error occured at:2019-11-12 15:12:23


Line no.:4650
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
INSERT INTO `takeaway_seq_000029` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4651
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000029` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4652
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000030` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4671
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000030` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4678
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000030` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4679
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
INSERT INTO `takeaway_seq_000030` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4680
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000030` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4681
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000047` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4700
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000047` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4707
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000047` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4708
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
INSERT INTO `takeaway_seq_000047` VALUES (25,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4709
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000047` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4710
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000048` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4729
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000048` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4736
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000048` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4737
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
INSERT INTO `takeaway_seq_000048` VALUES (81,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4738
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000048` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4739
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000049` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4758
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000049` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4765
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000049` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4766
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
INSERT INTO `takeaway_seq_000049` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4767
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000049` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4768
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000050` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4787
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000050` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4794
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000050` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4795
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
INSERT INTO `takeaway_seq_000050` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4796
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000050` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4797
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000051` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4816
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000051` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4823
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000051` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4824
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
INSERT INTO `takeaway_seq_000051` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4825
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000051` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4826
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000052` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4845
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000052` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4852
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000052` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4853
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
INSERT INTO `takeaway_seq_000052` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4854
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000052` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4855
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000053` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4874
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000053` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4881
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000053` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4882
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
INSERT INTO `takeaway_seq_000053` VALUES (5,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4883
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000053` ENABLE KEYS */
Error occured at:2019-11-12 15:12:24
Line no.:4884
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000056` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4903
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000056` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4910
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000056` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4911
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
INSERT INTO `takeaway_seq_000056` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4912
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000056` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4913
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000057` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4932
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000057` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4939
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000057` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4940
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
INSERT INTO `takeaway_seq_000057` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4941
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000057` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4942
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000058` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4961
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000058` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4968
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000058` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4969
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
INSERT INTO `takeaway_seq_000058` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:24


Line no.:4970
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000058` ENABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4971
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
CREATE TABLE `terminal_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:24


Line no.:4990
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `terminal_seq` WRITE

Error occured at:2019-11-12 15:12:24


Line no.:4997
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `terminal_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:24


Line no.:4998
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
INSERT INTO `terminal_seq` VALUES (51,1,9223372036854775806,1,1,0,0,0)
Error occured at:2019-11-12 15:12:24
Line no.:4999
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `terminal_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:25


Line no.:5000
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
CREATE TABLE `voucher_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:25


Line no.:5110
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `voucher_seq` WRITE

Error occured at:2019-11-12 15:12:25


Line no.:5117
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `voucher_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:25


Line no.:5118
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
INSERT INTO `voucher_seq` VALUES (34,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:25


Line no.:5119
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `voucher_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:25


Line no.:5120
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
CREATE TABLE `wastage_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:25


Line no.:5294
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `wastage_seq` WRITE

Error occured at:2019-11-12 15:12:25


Line no.:5301
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `wastage_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:25


Line no.:5302
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
INSERT INTO `wastage_seq` VALUES (1,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:25


Line no.:5303
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `wastage_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:26


Line no.:5304
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:32


Line no.:310
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:38


Line no.:310
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `company_seq` WRITE

Error occured at:2019-11-12 15:12:38


Line no.:317
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `company_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:38


Line no.:318
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
INSERT INTO `company_seq` VALUES (31,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:38


Line no.:319
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `company_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:38


Line no.:320
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
CREATE TABLE `counter_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:38


Line no.:426
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `counter_seq` WRITE

Error occured at:2019-11-12 15:12:38


Line no.:433
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `counter_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:38


Line no.:434
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
INSERT INTO `counter_seq` VALUES (3001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:38


Line no.:435
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `counter_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:38


Line no.:436
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
CREATE TABLE `deliveryorder_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:38


Line no.:571
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `deliveryorder_seq` WRITE

Error occured at:2019-11-12 15:12:38


Line no.:578
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `deliveryorder_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:38


Line no.:579
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
INSERT INTO `deliveryorder_seq` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:38


Line no.:580
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `deliveryorder_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:39


Line no.:581
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
CREATE TABLE `individual_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:39


Line no.:719
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `individual_seq` WRITE

Error occured at:2019-11-12 15:12:39


Line no.:726
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `individual_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:39


Line no.:727
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
INSERT INTO `individual_seq` VALUES (102,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:39


Line no.:728
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `individual_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:39


Line no.:729
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
CREATE TABLE `invoice_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:39


Line no.:807
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `invoice_seq` WRITE

Error occured at:2019-11-12 15:12:39


Line no.:814
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `invoice_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:39


Line no.:815
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
INSERT INTO `invoice_seq` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:39


Line no.:816
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `invoice_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:39


Line no.:817
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
CREATE TABLE `location_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:39


Line no.:876
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `location_seq` WRITE

Error occured at:2019-11-12 15:12:39


Line no.:883
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `location_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:39


Line no.:884
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
INSERT INTO `location_seq` VALUES (66,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:39


Line no.:885
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `location_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:39


Line no.:886
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
CREATE TABLE `product_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:47


Line no.:3145
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `product_seq` WRITE

Error occured at:2019-11-12 15:12:47


Line no.:3152
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `product_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:47


Line no.:3153
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
INSERT INTO `product_seq` VALUES (333,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:47


Line no.:3154
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `product_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:47


Line no.:3155
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
CREATE TABLE `promo_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:47


Line no.:3320
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `promo_seq` WRITE

Error occured at:2019-11-12 15:12:47


Line no.:3327
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `promo_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:47


Line no.:3328
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
INSERT INTO `promo_seq` VALUES (2001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:47


Line no.:3329
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `promo_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:47


Line no.:3330
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
CREATE TABLE `rack_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:47


Line no.:3382
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `rack_seq` WRITE

Error occured at:2019-11-12 15:12:47


Line no.:3389
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `rack_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:47


Line no.:3390
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
INSERT INTO `rack_seq` VALUES (1,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:47


Line no.:3391
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `rack_seq` ENABLE KEYS */
Error occured at:2019-11-12 15:12:47
Line no.:3392
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
CREATE TABLE `receipt_seq_000019` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3439
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000019` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3446
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000019` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3447
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
INSERT INTO `receipt_seq_000019` VALUES (2001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3448
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000019` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3449
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
CREATE TABLE `receipt_seq_000020` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3468
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000020` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3475
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000020` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3476
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
INSERT INTO `receipt_seq_000020` VALUES (4,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3477
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000020` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3478
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
CREATE TABLE `receipt_seq_000021` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3497
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000021` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3504
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000021` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3505
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
INSERT INTO `receipt_seq_000021` VALUES (4,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3506
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000021` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3507
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
CREATE TABLE `receipt_seq_000022` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3526
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000022` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3533
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000022` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3534
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
INSERT INTO `receipt_seq_000022` VALUES (4,1,9223372036854775806,1,1,0,0,0)
Error occured at:2019-11-12 15:12:48
Line no.:3535
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000022` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3536
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
CREATE TABLE `receipt_seq_000023` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3555
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000023` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3562
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000023` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3563
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
INSERT INTO `receipt_seq_000023` VALUES (22,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3564
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000023` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3565
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
CREATE TABLE `receipt_seq_000024` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3584
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000024` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3591
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000024` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3592
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
INSERT INTO `receipt_seq_000024` VALUES (11,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3593
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000024` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3594
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
CREATE TABLE `receipt_seq_000025` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3613
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000025` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3620
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000025` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3621
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
INSERT INTO `receipt_seq_000025` VALUES (80,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3622
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000025` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3623
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
CREATE TABLE `receipt_seq_000026` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3642
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000026` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3649
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000026` DISABLE KEYS */
Error occured at:2019-11-12 15:12:48
Line no.:3650
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
INSERT INTO `receipt_seq_000026` VALUES (50,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3651
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000026` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3652
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
CREATE TABLE `receipt_seq_000027` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3671
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000027` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3678
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000027` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3679
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
INSERT INTO `receipt_seq_000027` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3680
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000027` ENABLE KEYS */
Error occured at:2019-11-12 15:12:48
Line no.:3681
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
CREATE TABLE `receipt_seq_000028` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3700
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000028` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3707
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000028` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3708
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
INSERT INTO `receipt_seq_000028` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3709
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000028` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3710
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
CREATE TABLE `receipt_seq_000029` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3729
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000029` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3736
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000029` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3737
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
INSERT INTO `receipt_seq_000029` VALUES (17,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3738
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000029` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3739
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
CREATE TABLE `receipt_seq_000030` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3758
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000030` WRITE
Error occured at:2019-11-12 15:12:48
Line no.:3765
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000030` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3766
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
INSERT INTO `receipt_seq_000030` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:48


Line no.:3767
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000030` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3768
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
CREATE TABLE `receipt_seq_000031` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3787
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000031` WRITE

Error occured at:2019-11-12 15:12:48


Line no.:3794
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000031` DISABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3795
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
INSERT INTO `receipt_seq_000031` VALUES (1,1,9223372036854775806,1,1,0,0,0)
Error occured at:2019-11-12 15:12:48
Line no.:3796
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000031` ENABLE KEYS */

Error occured at:2019-11-12 15:12:48


Line no.:3797
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
CREATE TABLE `receipt_seq_000032` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:48


Line no.:3816
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000032` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:3823
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000032` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3824
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
INSERT INTO `receipt_seq_000032` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:3825
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000032` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3826
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
CREATE TABLE `receipt_seq_000033` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:3845
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000033` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:3852
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000033` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3853
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
INSERT INTO `receipt_seq_000033` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:3854
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000033` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3855
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
CREATE TABLE `receipt_seq_000034` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1
Error occured at:2019-11-12 15:12:49
Line no.:3874
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000034` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:3881
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000034` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3882
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
INSERT INTO `receipt_seq_000034` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:3883
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000034` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3884
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
CREATE TABLE `receipt_seq_000035` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:3903
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000035` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:3910
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000035` DISABLE KEYS */
Error occured at:2019-11-12 15:12:49
Line no.:3911
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
INSERT INTO `receipt_seq_000035` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:3912
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000035` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3913
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
CREATE TABLE `receipt_seq_000036` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:3932
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000036` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:3939
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000036` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3940
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
INSERT INTO `receipt_seq_000036` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:3941
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000036` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3942
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
CREATE TABLE `receipt_seq_000037` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:3961
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000037` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:3968
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000037` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3969
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
INSERT INTO `receipt_seq_000037` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:3970
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000037` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3971
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
CREATE TABLE `receipt_seq_000038` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:3990
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000038` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:3997
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000038` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:3998
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
INSERT INTO `receipt_seq_000038` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:3999
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000038` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4000
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
CREATE TABLE `receipt_seq_000039` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:4019
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000039` WRITE
Error occured at:2019-11-12 15:12:49
Line no.:4026
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000039` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4027
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
INSERT INTO `receipt_seq_000039` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:4028
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000039` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4029
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
CREATE TABLE `receipt_seq_000040` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:4048
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000040` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:4055
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000040` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4056
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
INSERT INTO `receipt_seq_000040` VALUES (11,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:4057
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000040` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4058
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
CREATE TABLE `receipt_seq_000041` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:4077
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000041` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:4084
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000041` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4085
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
INSERT INTO `receipt_seq_000041` VALUES (100,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:4086
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000041` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4087
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist
Query:
CREATE TABLE `receipt_seq_000042` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:49


Line no.:4106
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000042` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:4113
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000042` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4114
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
INSERT INTO `receipt_seq_000042` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:4115
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000042` ENABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4116
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
CREATE TABLE `receipt_seq_000043` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1
Error occured at:2019-11-12 15:12:49
Line no.:4135
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000043` WRITE

Error occured at:2019-11-12 15:12:49


Line no.:4142
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000043` DISABLE KEYS */

Error occured at:2019-11-12 15:12:49


Line no.:4143
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
INSERT INTO `receipt_seq_000043` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:49


Line no.:4144
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000043` ENABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4145
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
CREATE TABLE `receipt_seq_000044` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:50


Line no.:4164
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000044` WRITE

Error occured at:2019-11-12 15:12:50


Line no.:4171
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000044` DISABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4172
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
INSERT INTO `receipt_seq_000044` VALUES (12,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:50


Line no.:4173
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000044` ENABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4174
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
CREATE TABLE `receipt_seq_000045` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:50


Line no.:4193
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000045` WRITE

Error occured at:2019-11-12 15:12:50


Line no.:4200
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000045` DISABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4201
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
INSERT INTO `receipt_seq_000045` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:50


Line no.:4202
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist
Query:
/*!40000 ALTER TABLE `receipt_seq_000045` ENABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4203
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
CREATE TABLE `receipt_seq_000046` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:50


Line no.:4222
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000046` WRITE

Error occured at:2019-11-12 15:12:50


Line no.:4229
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000046` DISABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4230
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
INSERT INTO `receipt_seq_000046` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:50


Line no.:4231
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000046` ENABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4232
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
CREATE TABLE `receipt_seq_000047` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:50


Line no.:4251
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000047` WRITE

Error occured at:2019-11-12 15:12:50


Line no.:4258
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000047` DISABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4259
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
INSERT INTO `receipt_seq_000047` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:50


Line no.:4260
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000047` ENABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4261
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
CREATE TABLE `receipt_seq_000048` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:50


Line no.:4280
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `receipt_seq_000048` WRITE

Error occured at:2019-11-12 15:12:50


Line no.:4287
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000048` DISABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4288
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
INSERT INTO `receipt_seq_000048` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:50


Line no.:4289
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000048` ENABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4290
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
CREATE TABLE `stockreport_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:50


Line no.:4437
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `stockreport_seq` WRITE

Error occured at:2019-11-12 15:12:50


Line no.:4444
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `stockreport_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4445
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist
Query:
INSERT INTO `stockreport_seq` VALUES (4001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:50


Line no.:4446
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `stockreport_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:50


Line no.:4447
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
CREATE TABLE `takeaway_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4555
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4562
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4563
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
INSERT INTO `takeaway_seq` VALUES (37,1,999,1,1,0,1,0)

Error occured at:2019-11-12 15:12:51


Line no.:4564
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4565
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist
Query:
CREATE TABLE `takeaway_seq_000026` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4584
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000026` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4591
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000026` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4592
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
INSERT INTO `takeaway_seq_000026` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4593
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000026` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4594
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000028` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4613
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000028` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4620
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000028` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4621
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
INSERT INTO `takeaway_seq_000028` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4622
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000028` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4623
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000029` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4642
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000029` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4649
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist
Query:
/*!40000 ALTER TABLE `takeaway_seq_000029` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4650
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
INSERT INTO `takeaway_seq_000029` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4651
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000029` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4652
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000030` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4671
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000030` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4678
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000030` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4679
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
INSERT INTO `takeaway_seq_000030` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4680
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist
Query:
/*!40000 ALTER TABLE `takeaway_seq_000030` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4681
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000047` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4700
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000047` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4707
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000047` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4708
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
INSERT INTO `takeaway_seq_000047` VALUES (25,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4709
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000047` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4710
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000048` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4729
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000048` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4736
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000048` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4737
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
INSERT INTO `takeaway_seq_000048` VALUES (81,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4738
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000048` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4739
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000049` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4758
Error Code: 1911 - Unknown option 'SEQUENCE'
Query:
LOCK TABLES `takeaway_seq_000049` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4765
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000049` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4766
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
INSERT INTO `takeaway_seq_000049` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4767
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000049` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4768
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000050` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4787
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000050` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4794
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000050` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4795
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist
Query:
INSERT INTO `takeaway_seq_000050` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4796
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000050` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4797
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000051` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4816
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000051` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4823
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000051` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4824
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
INSERT INTO `takeaway_seq_000051` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:51


Line no.:4825
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000051` ENABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4826
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000052` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:51


Line no.:4845
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000052` WRITE

Error occured at:2019-11-12 15:12:51


Line no.:4852
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000052` DISABLE KEYS */

Error occured at:2019-11-12 15:12:51


Line no.:4853
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
INSERT INTO `takeaway_seq_000052` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:52


Line no.:4854
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000052` ENABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4855
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000053` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:52


Line no.:4874
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000053` WRITE

Error occured at:2019-11-12 15:12:52


Line no.:4881
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000053` DISABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4882
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
INSERT INTO `takeaway_seq_000053` VALUES (5,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:52


Line no.:4883
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000053` ENABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4884
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000056` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:52


Line no.:4903
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000056` WRITE

Error occured at:2019-11-12 15:12:52


Line no.:4910
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist
Query:
/*!40000 ALTER TABLE `takeaway_seq_000056` DISABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4911
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
INSERT INTO `takeaway_seq_000056` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:52


Line no.:4912
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000056` ENABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4913
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000057` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:52


Line no.:4932
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000057` WRITE

Error occured at:2019-11-12 15:12:52


Line no.:4939
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000057` DISABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4940
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
INSERT INTO `takeaway_seq_000057` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:52


Line no.:4941
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000057` ENABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4942
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000058` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:52


Line no.:4961
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `takeaway_seq_000058` WRITE

Error occured at:2019-11-12 15:12:52


Line no.:4968
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000058` DISABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4969
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
INSERT INTO `takeaway_seq_000058` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:52


Line no.:4970
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000058` ENABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4971
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
CREATE TABLE `terminal_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:52


Line no.:4990
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `terminal_seq` WRITE

Error occured at:2019-11-12 15:12:52


Line no.:4997
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `terminal_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:4998
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
INSERT INTO `terminal_seq` VALUES (51,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:52


Line no.:4999
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `terminal_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:5000
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
CREATE TABLE `voucher_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:52


Line no.:5110
Error Code: 1911 - Unknown option 'SEQUENCE'
Query:
LOCK TABLES `voucher_seq` WRITE

Error occured at:2019-11-12 15:12:52


Line no.:5117
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `voucher_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:5118
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
INSERT INTO `voucher_seq` VALUES (34,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-12 15:12:52


Line no.:5119
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `voucher_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:52


Line no.:5120
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
CREATE TABLE `wastage_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-12 15:12:53


Line no.:5294
Error Code: 1911 - Unknown option 'SEQUENCE'

Query:
LOCK TABLES `wastage_seq` WRITE

Error occured at:2019-11-12 15:12:53


Line no.:5301
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `wastage_seq` DISABLE KEYS */

Error occured at:2019-11-12 15:12:53


Line no.:5302
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
INSERT INTO `wastage_seq` VALUES (1,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-12 15:12:53


Line no.:5303
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `wastage_seq` ENABLE KEYS */

Error occured at:2019-11-12 15:12:53


Line no.:5304
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
TAPE

Error occured at:2019-11-12 23:07:09


Line no.:3758
Error Code: 1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near 'TAPE'
at line 1

Query:
TAPE

Error occured at:2019-11-12 23:07:20


Line no.:3758
Error Code: 1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near 'TAPE'
at line 1

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:51:45


Line no.:310
Error Code: 1813 - Tablespace for table '`ocosystemdb`.`company_seq`' exists.
Please DISCARD the tablespace before IMPORT

Query:
CREATE TABLE `company_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:51:54


Line no.:310
Error Code: 1813 - Tablespace for table '`ocosystemdb`.`company_seq`' exists.
Please DISCARD the tablespace before IMPORT

Query:
LOCK TABLES `company_seq` WRITE

Error occured at:2019-11-19 20:51:54


Line no.:317
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `company_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:51:54


Line no.:318
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
INSERT INTO `company_seq` VALUES (31,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:51:54


Line no.:319
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `company_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:51:54


Line no.:320
Error Code: 1146 - Table 'ocosystemdb.company_seq' doesn't exist

Query:
CREATE TABLE `counter_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:51:55


Line no.:426
Error Code: 1050 - Table '`ocosystemdb`.`counter_seq`' already exists

Query:
LOCK TABLES `counter_seq` WRITE

Error occured at:2019-11-19 20:51:55


Line no.:433
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `counter_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:51:55


Line no.:434
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
INSERT INTO `counter_seq` VALUES (3001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-19 20:51:55


Line no.:435
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `counter_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:51:56


Line no.:436
Error Code: 1146 - Table 'ocosystemdb.counter_seq' doesn't exist

Query:
CREATE TABLE `deliveryorder_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:51:57


Line no.:571
Error Code: 1050 - Table '`ocosystemdb`.`deliveryorder_seq`' already exists

Query:
LOCK TABLES `deliveryorder_seq` WRITE

Error occured at:2019-11-19 20:51:57


Line no.:578
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `deliveryorder_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:51:57


Line no.:579
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
INSERT INTO `deliveryorder_seq` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:51:57


Line no.:580
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `deliveryorder_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:51:57


Line no.:581
Error Code: 1146 - Table 'ocosystemdb.deliveryorder_seq' doesn't exist

Query:
CREATE TABLE `individual_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:51:58


Line no.:719
Error Code: 1050 - Table '`ocosystemdb`.`individual_seq`' already exists

Query:
LOCK TABLES `individual_seq` WRITE

Error occured at:2019-11-19 20:51:58


Line no.:726
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `individual_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:51:59


Line no.:727
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
INSERT INTO `individual_seq` VALUES (102,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:51:59


Line no.:728
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `individual_seq` ENABLE KEYS */
Error occured at:2019-11-19 20:51:59
Line no.:729
Error Code: 1146 - Table 'ocosystemdb.individual_seq' doesn't exist

Query:
CREATE TABLE `invoice_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:51:59


Line no.:807
Error Code: 1050 - Table '`ocosystemdb`.`invoice_seq`' already exists

Query:
LOCK TABLES `invoice_seq` WRITE

Error occured at:2019-11-19 20:51:59


Line no.:814
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `invoice_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:51:59


Line no.:815
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
INSERT INTO `invoice_seq` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:51:59


Line no.:816
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `invoice_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:51:59


Line no.:817
Error Code: 1146 - Table 'ocosystemdb.invoice_seq' doesn't exist

Query:
CREATE TABLE `location_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:00


Line no.:876
Error Code: 1050 - Table '`ocosystemdb`.`location_seq`' already exists

Query:
LOCK TABLES `location_seq` WRITE

Error occured at:2019-11-19 20:52:00


Line no.:883
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `location_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:00


Line no.:884
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
INSERT INTO `location_seq` VALUES (66,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:00


Line no.:885
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `location_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:00


Line no.:886
Error Code: 1146 - Table 'ocosystemdb.location_seq' doesn't exist

Query:
CREATE TABLE `product_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:26


Line no.:3145
Error Code: 1050 - Table '`ocosystemdb`.`product_seq`' already exists

Query:
LOCK TABLES `product_seq` WRITE

Error occured at:2019-11-19 20:52:26


Line no.:3152
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `product_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:26


Line no.:3153
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
INSERT INTO `product_seq` VALUES (333,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:26


Line no.:3154
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `product_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:26


Line no.:3155
Error Code: 1146 - Table 'ocosystemdb.product_seq' doesn't exist

Query:
CREATE TABLE `promo_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:28


Line no.:3320
Error Code: 1050 - Table '`ocosystemdb`.`promo_seq`' already exists

Query:
LOCK TABLES `promo_seq` WRITE

Error occured at:2019-11-19 20:52:28


Line no.:3327
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `promo_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:28


Line no.:3328
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
INSERT INTO `promo_seq` VALUES (2001,1,9223372036854775806,1,1,1000,0,0)
Error occured at:2019-11-19 20:52:28
Line no.:3329
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `promo_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:28


Line no.:3330
Error Code: 1146 - Table 'ocosystemdb.promo_seq' doesn't exist

Query:
CREATE TABLE `rack_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:28


Line no.:3382
Error Code: 1050 - Table '`ocosystemdb`.`rack_seq`' already exists

Query:
LOCK TABLES `rack_seq` WRITE

Error occured at:2019-11-19 20:52:28


Line no.:3389
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `rack_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:28


Line no.:3390
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
INSERT INTO `rack_seq` VALUES (1,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-19 20:52:28


Line no.:3391
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `rack_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:28


Line no.:3392
Error Code: 1146 - Table 'ocosystemdb.rack_seq' doesn't exist

Query:
CREATE TABLE `receipt_seq_000019` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:29


Line no.:3439
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000019`' already exists

Query:
LOCK TABLES `receipt_seq_000019` WRITE

Error occured at:2019-11-19 20:52:29


Line no.:3446
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000019` DISABLE KEYS */

Error occured at:2019-11-19 20:52:29


Line no.:3447
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
INSERT INTO `receipt_seq_000019` VALUES (2001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-19 20:52:29


Line no.:3448
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000019` ENABLE KEYS */

Error occured at:2019-11-19 20:52:29


Line no.:3449
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000019' doesn't exist

Query:
CREATE TABLE `receipt_seq_000020` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:29


Line no.:3468
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000020`' already exists

Query:
LOCK TABLES `receipt_seq_000020` WRITE

Error occured at:2019-11-19 20:52:29


Line no.:3475
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000020` DISABLE KEYS */

Error occured at:2019-11-19 20:52:29


Line no.:3476
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
INSERT INTO `receipt_seq_000020` VALUES (4,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:29


Line no.:3477
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000020` ENABLE KEYS */

Error occured at:2019-11-19 20:52:29


Line no.:3478
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000020' doesn't exist

Query:
CREATE TABLE `receipt_seq_000021` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:29


Line no.:3497
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000021`' already exists

Query:
LOCK TABLES `receipt_seq_000021` WRITE

Error occured at:2019-11-19 20:52:29


Line no.:3504
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000021` DISABLE KEYS */
Error occured at:2019-11-19 20:52:29
Line no.:3505
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
INSERT INTO `receipt_seq_000021` VALUES (4,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:29


Line no.:3506
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000021` ENABLE KEYS */

Error occured at:2019-11-19 20:52:29


Line no.:3507
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000021' doesn't exist

Query:
CREATE TABLE `receipt_seq_000022` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:29


Line no.:3526
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000022`' already exists

Query:
LOCK TABLES `receipt_seq_000022` WRITE

Error occured at:2019-11-19 20:52:29


Line no.:3533
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000022` DISABLE KEYS */

Error occured at:2019-11-19 20:52:29


Line no.:3534
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
INSERT INTO `receipt_seq_000022` VALUES (4,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:29


Line no.:3535
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000022` ENABLE KEYS */
Error occured at:2019-11-19 20:52:29
Line no.:3536
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000022' doesn't exist

Query:
CREATE TABLE `receipt_seq_000023` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:29


Line no.:3555
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000023`' already exists

Query:
LOCK TABLES `receipt_seq_000023` WRITE

Error occured at:2019-11-19 20:52:29


Line no.:3562
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000023` DISABLE KEYS */

Error occured at:2019-11-19 20:52:29


Line no.:3563
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
INSERT INTO `receipt_seq_000023` VALUES (22,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:29


Line no.:3564
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000023` ENABLE KEYS */

Error occured at:2019-11-19 20:52:29


Line no.:3565
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000023' doesn't exist

Query:
CREATE TABLE `receipt_seq_000024` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:30


Line no.:3584
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000024`' already exists

Query:
LOCK TABLES `receipt_seq_000024` WRITE

Error occured at:2019-11-19 20:52:30


Line no.:3591
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000024` DISABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3592
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
INSERT INTO `receipt_seq_000024` VALUES (11,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:30


Line no.:3593
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000024` ENABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3594
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000024' doesn't exist

Query:
CREATE TABLE `receipt_seq_000025` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:30


Line no.:3613
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000025`' already exists

Query:
LOCK TABLES `receipt_seq_000025` WRITE
Error occured at:2019-11-19 20:52:30
Line no.:3620
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000025` DISABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3621
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
INSERT INTO `receipt_seq_000025` VALUES (80,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:30


Line no.:3622
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000025` ENABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3623
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000025' doesn't exist

Query:
CREATE TABLE `receipt_seq_000026` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:30


Line no.:3642
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000026`' already exists

Query:
LOCK TABLES `receipt_seq_000026` WRITE

Error occured at:2019-11-19 20:52:30


Line no.:3649
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000026` DISABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3650
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
INSERT INTO `receipt_seq_000026` VALUES (50,1,9223372036854775806,1,1,0,0,0)
Error occured at:2019-11-19 20:52:30
Line no.:3651
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000026` ENABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3652
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000026' doesn't exist

Query:
CREATE TABLE `receipt_seq_000027` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:30


Line no.:3671
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000027`' already exists

Query:
LOCK TABLES `receipt_seq_000027` WRITE

Error occured at:2019-11-19 20:52:30


Line no.:3678
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000027` DISABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3679
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
INSERT INTO `receipt_seq_000027` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:30


Line no.:3680
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000027` ENABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3681
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000027' doesn't exist

Query:
CREATE TABLE `receipt_seq_000028` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:30


Line no.:3700
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000028`' already exists

Query:
LOCK TABLES `receipt_seq_000028` WRITE

Error occured at:2019-11-19 20:52:30


Line no.:3707
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000028` DISABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3708
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
INSERT INTO `receipt_seq_000028` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:30


Line no.:3709
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000028` ENABLE KEYS */

Error occured at:2019-11-19 20:52:30


Line no.:3710
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000028' doesn't exist

Query:
CREATE TABLE `receipt_seq_000029` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1
Error occured at:2019-11-19 20:52:31
Line no.:3729
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000029`' already exists

Query:
LOCK TABLES `receipt_seq_000029` WRITE

Error occured at:2019-11-19 20:52:31


Line no.:3736
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000029` DISABLE KEYS */

Error occured at:2019-11-19 20:52:31


Line no.:3737
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
INSERT INTO `receipt_seq_000029` VALUES (17,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:31


Line no.:3738
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000029` ENABLE KEYS */

Error occured at:2019-11-19 20:52:31


Line no.:3739
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000029' doesn't exist

Query:
CREATE TABLE `receipt_seq_000030` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:31


Line no.:3758
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000030`' already exists

Query:
LOCK TABLES `receipt_seq_000030` WRITE

Error occured at:2019-11-19 20:52:31


Line no.:3765
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000030` DISABLE KEYS */
Error occured at:2019-11-19 20:52:31
Line no.:3766
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
INSERT INTO `receipt_seq_000030` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:31


Line no.:3767
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000030` ENABLE KEYS */

Error occured at:2019-11-19 20:52:31


Line no.:3768
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000030' doesn't exist

Query:
CREATE TABLE `receipt_seq_000031` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:31


Line no.:3787
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000031`' already exists

Query:
LOCK TABLES `receipt_seq_000031` WRITE

Error occured at:2019-11-19 20:52:31


Line no.:3794
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000031` DISABLE KEYS */

Error occured at:2019-11-19 20:52:31


Line no.:3795
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
INSERT INTO `receipt_seq_000031` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:31


Line no.:3796
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000031` ENABLE KEYS */

Error occured at:2019-11-19 20:52:31


Line no.:3797
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000031' doesn't exist

Query:
CREATE TABLE `receipt_seq_000032` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:31


Line no.:3816
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000032`' already exists

Query:
LOCK TABLES `receipt_seq_000032` WRITE

Error occured at:2019-11-19 20:52:31


Line no.:3823
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000032` DISABLE KEYS */

Error occured at:2019-11-19 20:52:31


Line no.:3824
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
INSERT INTO `receipt_seq_000032` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:31


Line no.:3825
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000032` ENABLE KEYS */

Error occured at:2019-11-19 20:52:31


Line no.:3826
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000032' doesn't exist

Query:
CREATE TABLE `receipt_seq_000033` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:31


Line no.:3845
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000033`' already exists

Query:
LOCK TABLES `receipt_seq_000033` WRITE

Error occured at:2019-11-19 20:52:31


Line no.:3852
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000033` DISABLE KEYS */

Error occured at:2019-11-19 20:52:31


Line no.:3853
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
INSERT INTO `receipt_seq_000033` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:31


Line no.:3854
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000033` ENABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3855
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000033' doesn't exist

Query:
CREATE TABLE `receipt_seq_000034` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:32


Line no.:3874
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000034`' already exists

Query:
LOCK TABLES `receipt_seq_000034` WRITE
Error occured at:2019-11-19 20:52:32
Line no.:3881
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000034` DISABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3882
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
INSERT INTO `receipt_seq_000034` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:32


Line no.:3883
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000034` ENABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3884
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000034' doesn't exist

Query:
CREATE TABLE `receipt_seq_000035` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:32


Line no.:3903
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000035`' already exists

Query:
LOCK TABLES `receipt_seq_000035` WRITE

Error occured at:2019-11-19 20:52:32


Line no.:3910
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000035` DISABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3911
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
INSERT INTO `receipt_seq_000035` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:32


Line no.:3912
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000035` ENABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3913
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000035' doesn't exist

Query:
CREATE TABLE `receipt_seq_000036` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:32


Line no.:3932
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000036`' already exists

Query:
LOCK TABLES `receipt_seq_000036` WRITE

Error occured at:2019-11-19 20:52:32


Line no.:3939
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000036` DISABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3940
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
INSERT INTO `receipt_seq_000036` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:32


Line no.:3941
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000036` ENABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3942
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000036' doesn't exist
Query:
CREATE TABLE `receipt_seq_000037` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:32


Line no.:3961
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000037`' already exists

Query:
LOCK TABLES `receipt_seq_000037` WRITE

Error occured at:2019-11-19 20:52:32


Line no.:3968
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000037` DISABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3969
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
INSERT INTO `receipt_seq_000037` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:32


Line no.:3970
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000037` ENABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3971
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000037' doesn't exist

Query:
CREATE TABLE `receipt_seq_000038` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1
Error occured at:2019-11-19 20:52:32
Line no.:3990
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000038`' already exists

Query:
LOCK TABLES `receipt_seq_000038` WRITE

Error occured at:2019-11-19 20:52:32


Line no.:3997
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000038` DISABLE KEYS */

Error occured at:2019-11-19 20:52:32


Line no.:3998
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
INSERT INTO `receipt_seq_000038` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:33


Line no.:3999
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000038` ENABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4000
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000038' doesn't exist

Query:
CREATE TABLE `receipt_seq_000039` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:33


Line no.:4019
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000039`' already exists

Query:
LOCK TABLES `receipt_seq_000039` WRITE

Error occured at:2019-11-19 20:52:33


Line no.:4026
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000039` DISABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4027
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
INSERT INTO `receipt_seq_000039` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:33


Line no.:4028
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000039` ENABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4029
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000039' doesn't exist

Query:
CREATE TABLE `receipt_seq_000040` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:33


Line no.:4048
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000040`' already exists

Query:
LOCK TABLES `receipt_seq_000040` WRITE

Error occured at:2019-11-19 20:52:33


Line no.:4055
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000040` DISABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4056
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
INSERT INTO `receipt_seq_000040` VALUES (11,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:33


Line no.:4057
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist
Query:
/*!40000 ALTER TABLE `receipt_seq_000040` ENABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4058
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000040' doesn't exist

Query:
CREATE TABLE `receipt_seq_000041` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:33


Line no.:4077
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000041`' already exists

Query:
LOCK TABLES `receipt_seq_000041` WRITE

Error occured at:2019-11-19 20:52:33


Line no.:4084
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000041` DISABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4085
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
INSERT INTO `receipt_seq_000041` VALUES (100,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:33


Line no.:4086
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000041` ENABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4087
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000041' doesn't exist

Query:
CREATE TABLE `receipt_seq_000042` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:33


Line no.:4106
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000042`' already exists

Query:
LOCK TABLES `receipt_seq_000042` WRITE

Error occured at:2019-11-19 20:52:33


Line no.:4113
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000042` DISABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4114
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
INSERT INTO `receipt_seq_000042` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:33


Line no.:4115
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000042` ENABLE KEYS */

Error occured at:2019-11-19 20:52:33


Line no.:4116
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000042' doesn't exist

Query:
CREATE TABLE `receipt_seq_000043` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:33


Line no.:4135
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000043`' already exists

Query:
LOCK TABLES `receipt_seq_000043` WRITE

Error occured at:2019-11-19 20:52:34


Line no.:4142
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000043` DISABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4143
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
INSERT INTO `receipt_seq_000043` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:34


Line no.:4144
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000043` ENABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4145
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000043' doesn't exist

Query:
CREATE TABLE `receipt_seq_000044` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:34


Line no.:4164
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000044`' already exists

Query:
LOCK TABLES `receipt_seq_000044` WRITE

Error occured at:2019-11-19 20:52:34


Line no.:4171
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000044` DISABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4172
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist
Query:
INSERT INTO `receipt_seq_000044` VALUES (12,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:34


Line no.:4173
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000044` ENABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4174
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000044' doesn't exist

Query:
CREATE TABLE `receipt_seq_000045` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:34


Line no.:4193
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000045`' already exists

Query:
LOCK TABLES `receipt_seq_000045` WRITE

Error occured at:2019-11-19 20:52:34


Line no.:4200
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000045` DISABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4201
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
INSERT INTO `receipt_seq_000045` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:34


Line no.:4202
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000045` ENABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4203
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000045' doesn't exist
Query:
CREATE TABLE `receipt_seq_000046` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:34


Line no.:4222
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000046`' already exists

Query:
LOCK TABLES `receipt_seq_000046` WRITE

Error occured at:2019-11-19 20:52:34


Line no.:4229
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000046` DISABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4230
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
INSERT INTO `receipt_seq_000046` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:34


Line no.:4231
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000046` ENABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4232
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000046' doesn't exist

Query:
CREATE TABLE `receipt_seq_000047` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:34


Line no.:4251
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000047`' already exists

Query:
LOCK TABLES `receipt_seq_000047` WRITE

Error occured at:2019-11-19 20:52:34


Line no.:4258
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000047` DISABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4259
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
INSERT INTO `receipt_seq_000047` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:34


Line no.:4260
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000047` ENABLE KEYS */

Error occured at:2019-11-19 20:52:34


Line no.:4261
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000047' doesn't exist

Query:
CREATE TABLE `receipt_seq_000048` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:35


Line no.:4280
Error Code: 1050 - Table '`ocosystemdb`.`receipt_seq_000048`' already exists

Query:
LOCK TABLES `receipt_seq_000048` WRITE

Error occured at:2019-11-19 20:52:35


Line no.:4287
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist
Query:
/*!40000 ALTER TABLE `receipt_seq_000048` DISABLE KEYS */

Error occured at:2019-11-19 20:52:35


Line no.:4288
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
INSERT INTO `receipt_seq_000048` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:35


Line no.:4289
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `receipt_seq_000048` ENABLE KEYS */

Error occured at:2019-11-19 20:52:35


Line no.:4290
Error Code: 1146 - Table 'ocosystemdb.receipt_seq_000048' doesn't exist

Query:
CREATE TABLE `stockreport_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:37


Line no.:4437
Error Code: 1050 - Table '`ocosystemdb`.`stockreport_seq`' already exists

Query:
LOCK TABLES `stockreport_seq` WRITE

Error occured at:2019-11-19 20:52:37


Line no.:4444
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `stockreport_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:37


Line no.:4445
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
INSERT INTO `stockreport_seq` VALUES (4001,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-19 20:52:37


Line no.:4446
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist
Query:
/*!40000 ALTER TABLE `stockreport_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:37


Line no.:4447
Error Code: 1146 - Table 'ocosystemdb.stockreport_seq' doesn't exist

Query:
CREATE TABLE `takeaway_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:38


Line no.:4555
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq`' already exists

Query:
LOCK TABLES `takeaway_seq` WRITE

Error occured at:2019-11-19 20:52:38


Line no.:4562
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:38


Line no.:4563
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
INSERT INTO `takeaway_seq` VALUES (37,1,999,1,1,0,1,0)

Error occured at:2019-11-19 20:52:38


Line no.:4564
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:38


Line no.:4565
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000026` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:38


Line no.:4584
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000026`' already exists

Query:
LOCK TABLES `takeaway_seq_000026` WRITE

Error occured at:2019-11-19 20:52:38


Line no.:4591
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000026` DISABLE KEYS */

Error occured at:2019-11-19 20:52:38


Line no.:4592
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
INSERT INTO `takeaway_seq_000026` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:38


Line no.:4593
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000026` ENABLE KEYS */

Error occured at:2019-11-19 20:52:38


Line no.:4594
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000026' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000028` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:38


Line no.:4613
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000028`' already exists
Query:
LOCK TABLES `takeaway_seq_000028` WRITE

Error occured at:2019-11-19 20:52:38


Line no.:4620
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000028` DISABLE KEYS */

Error occured at:2019-11-19 20:52:38


Line no.:4621
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
INSERT INTO `takeaway_seq_000028` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:38


Line no.:4622
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000028` ENABLE KEYS */

Error occured at:2019-11-19 20:52:38


Line no.:4623
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000028' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000029` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:39


Line no.:4642
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000029`' already exists

Query:
LOCK TABLES `takeaway_seq_000029` WRITE

Error occured at:2019-11-19 20:52:39


Line no.:4649
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000029` DISABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4650
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist
Query:
INSERT INTO `takeaway_seq_000029` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:39


Line no.:4651
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000029` ENABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4652
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000029' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000030` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:39


Line no.:4671
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000030`' already exists

Query:
LOCK TABLES `takeaway_seq_000030` WRITE

Error occured at:2019-11-19 20:52:39


Line no.:4678
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000030` DISABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4679
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
INSERT INTO `takeaway_seq_000030` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:39


Line no.:4680
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000030` ENABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4681
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000030' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000047` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:39


Line no.:4700
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000047`' already exists

Query:
LOCK TABLES `takeaway_seq_000047` WRITE

Error occured at:2019-11-19 20:52:39


Line no.:4707
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000047` DISABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4708
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
INSERT INTO `takeaway_seq_000047` VALUES (25,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:39


Line no.:4709
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000047` ENABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4710
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000047' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000048` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:39


Line no.:4729
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000048`' already exists

Query:
LOCK TABLES `takeaway_seq_000048` WRITE

Error occured at:2019-11-19 20:52:39


Line no.:4736
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000048` DISABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4737
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
INSERT INTO `takeaway_seq_000048` VALUES (81,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:39


Line no.:4738
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000048` ENABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4739
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000048' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000049` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:39


Line no.:4758
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000049`' already exists

Query:
LOCK TABLES `takeaway_seq_000049` WRITE

Error occured at:2019-11-19 20:52:39


Line no.:4765
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist
Query:
/*!40000 ALTER TABLE `takeaway_seq_000049` DISABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4766
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
INSERT INTO `takeaway_seq_000049` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:39


Line no.:4767
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000049` ENABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4768
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000049' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000050` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:39


Line no.:4787
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000050`' already exists

Query:
LOCK TABLES `takeaway_seq_000050` WRITE

Error occured at:2019-11-19 20:52:39


Line no.:4794
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000050` DISABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4795
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
INSERT INTO `takeaway_seq_000050` VALUES (10,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:39


Line no.:4796
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000050` ENABLE KEYS */

Error occured at:2019-11-19 20:52:39


Line no.:4797
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000050' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000051` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:40


Line no.:4816
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000051`' already exists

Query:
LOCK TABLES `takeaway_seq_000051` WRITE

Error occured at:2019-11-19 20:52:40


Line no.:4823
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000051` DISABLE KEYS */

Error occured at:2019-11-19 20:52:40


Line no.:4824
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
INSERT INTO `takeaway_seq_000051` VALUES (2,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:40


Line no.:4825
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000051` ENABLE KEYS */

Error occured at:2019-11-19 20:52:40


Line no.:4826
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000051' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000052` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:40


Line no.:4845
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000052`' already exists

Query:
LOCK TABLES `takeaway_seq_000052` WRITE

Error occured at:2019-11-19 20:52:40


Line no.:4852
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000052` DISABLE KEYS */

Error occured at:2019-11-19 20:52:40


Line no.:4853
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
INSERT INTO `takeaway_seq_000052` VALUES (3,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:40


Line no.:4854
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000052` ENABLE KEYS */

Error occured at:2019-11-19 20:52:40


Line no.:4855
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000052' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000053` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:40


Line no.:4874
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000053`' already exists
Query:
LOCK TABLES `takeaway_seq_000053` WRITE

Error occured at:2019-11-19 20:52:40


Line no.:4881
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000053` DISABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4882
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
INSERT INTO `takeaway_seq_000053` VALUES (5,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:41


Line no.:4883
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000053` ENABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4884
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000053' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000056` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:41


Line no.:4903
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000056`' already exists

Query:
LOCK TABLES `takeaway_seq_000056` WRITE

Error occured at:2019-11-19 20:52:41


Line no.:4910
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000056` DISABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4911
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
INSERT INTO `takeaway_seq_000056` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:41


Line no.:4912
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000056` ENABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4913
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000056' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000057` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:41


Line no.:4932
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000057`' already exists

Query:
LOCK TABLES `takeaway_seq_000057` WRITE

Error occured at:2019-11-19 20:52:41


Line no.:4939
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000057` DISABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4940
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
INSERT INTO `takeaway_seq_000057` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:41


Line no.:4941
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000057` ENABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4942
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000057' doesn't exist

Query:
CREATE TABLE `takeaway_seq_000058` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:41


Line no.:4961
Error Code: 1050 - Table '`ocosystemdb`.`takeaway_seq_000058`' already exists

Query:
LOCK TABLES `takeaway_seq_000058` WRITE

Error occured at:2019-11-19 20:52:41


Line no.:4968
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000058` DISABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4969
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
INSERT INTO `takeaway_seq_000058` VALUES (1,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:41


Line no.:4970
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
/*!40000 ALTER TABLE `takeaway_seq_000058` ENABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4971
Error Code: 1146 - Table 'ocosystemdb.takeaway_seq_000058' doesn't exist

Query:
CREATE TABLE `terminal_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:41


Line no.:4990
Error Code: 1050 - Table '`ocosystemdb`.`terminal_seq`' already exists

Query:
LOCK TABLES `terminal_seq` WRITE

Error occured at:2019-11-19 20:52:41


Line no.:4997
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `terminal_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:4998
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
INSERT INTO `terminal_seq` VALUES (51,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:41


Line no.:4999
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `terminal_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:41


Line no.:5000
Error Code: 1146 - Table 'ocosystemdb.terminal_seq' doesn't exist

Query:
CREATE TABLE `voucher_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:43


Line no.:5110
Error Code: 1050 - Table '`ocosystemdb`.`voucher_seq`' already exists

Query:
LOCK TABLES `voucher_seq` WRITE

Error occured at:2019-11-19 20:52:43


Line no.:5117
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `voucher_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:43


Line no.:5118
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
INSERT INTO `voucher_seq` VALUES (34,1,9223372036854775806,1,1,0,0,0)

Error occured at:2019-11-19 20:52:43


Line no.:5119
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `voucher_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:43


Line no.:5120
Error Code: 1146 - Table 'ocosystemdb.voucher_seq' doesn't exist

Query:
CREATE TABLE `wastage_seq` (
`next_not_cached_value` bigint(21) NOT NULL,
`minimum_value` bigint(21) NOT NULL,
`maximum_value` bigint(21) NOT NULL,
`start_value` bigint(21) NOT NULL COMMENT 'start value when sequences is created
or value if RESTART is used',
`increment` bigint(21) NOT NULL COMMENT 'increment value',
`cache_size` bigint(21) unsigned NOT NULL,
`cycle_option` tinyint(1) unsigned NOT NULL COMMENT '0 if no cycles are allowed,
1 if the sequence should begin a new cycle when maximum_value is passed',
`cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done'
) ENGINE=InnoDB SEQUENCE=1

Error occured at:2019-11-19 20:52:44


Line no.:5294
Error Code: 1050 - Table '`ocosystemdb`.`wastage_seq`' already exists

Query:
LOCK TABLES `wastage_seq` WRITE

Error occured at:2019-11-19 20:52:44


Line no.:5301
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `wastage_seq` DISABLE KEYS */

Error occured at:2019-11-19 20:52:44


Line no.:5302
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
INSERT INTO `wastage_seq` VALUES (1,1,9223372036854775806,1,1,1000,0,0)

Error occured at:2019-11-19 20:52:44


Line no.:5303
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
/*!40000 ALTER TABLE `wastage_seq` ENABLE KEYS */

Error occured at:2019-11-19 20:52:44


Line no.:5304
Error Code: 1146 - Table 'ocosystemdb.wastage_seq' doesn't exist

Query:
TAPE

Error occured at:2019-11-28 20:54:51


Line no.:3758
Error Code: 1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near 'TAPE'
at line 1

Query:
TAPE

Error occured at:2019-11-28 22:00:46


Line no.:3758
Error Code: 1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near 'TAPE'
at line 1

Query:
TAPE

Error occured at:2019-11-28 22:01:26


Line no.:3758
Error Code: 1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near 'TAPE'
at line 1

Query:
TAPE

Error occured at:2019-11-28 22:01:31


Line no.:3758
Error Code: 1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near 'TAPE'
at line 1

Query:
TAPE

Error occured at:2019-11-28 22:11:20


Line no.:3758
Error Code: 1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MariaDB server version for the right syntax to use near 'TAPE'
at line 1

Вам также может понравиться