Files
cake-carts/config/Migrations/schema-dump-default.lock

1 line
4.3 KiB
Plaintext
Raw Normal View History

a:2:{s:10:"cart_items";O:32:"Cake\Database\Schema\TableSchema":7:{s:9:"*_table";s:10:"cart_items";s:11:"*_columns";a:7:{s:2:"id";a:7:{s:4:"type";s:4:"uuid";s:6:"length";N;s:4:"null";b:0;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;}s:14:"product_sku_id";a:7:{s:4:"type";s:4:"uuid";s:6:"length";N;s:4:"null";b:0;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;}s:7:"cart_id";a:7:{s:4:"type";s:4:"uuid";s:6:"length";N;s:4:"null";b:0;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;}s:8:"position";a:9:{s:4:"type";s:7:"integer";s:6:"length";N;s:8:"unsigned";b:0;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;s:13:"autoIncrement";N;}s:3:"qty";a:9:{s:4:"type";s:7:"integer";s:6:"length";N;s:8:"unsigned";b:0;s:4:"null";b:0;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;s:13:"autoIncrement";N;}s:5:"price";a:8:{s:4:"type";s:7:"decimal";s:6:"length";i:13;s:9:"precision";i:5;s:8:"unsigned";b:0;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;}s:8:"subtotal";a:8:{s:4:"type";s:7:"decimal";s:6:"length";i:13;s:9:"precision";i:5;s:8:"unsigned";b:0;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;}}s:11:"*_typeMap";a:7:{s:2:"id";s:4:"uuid";s:14:"product_sku_id";s:4:"uuid";s:7:"cart_id";s:4:"uuid";s:8:"position";s:7:"integer";s:3:"qty";s:7:"integer";s:5:"price";s:7:"decimal";s:8:"subtotal";s:7:"decimal";}s:11:"*_indexes";a:0:{}s:15:"*_constraints";a:1:{s:7:"primary";a:3:{s:4:"type";s:7:"primary";s:7:"columns";a:1:{i:0;s:2:"id";}s:6:"length";a:0:{}}}s:11:"*_options";a:2:{s:6:"engine";s:6:"InnoDB";s:9:"collation";s:18:"utf8mb3_general_ci";}s:13:"*_temporary";b:0;}s:5:"carts";O:32:"Cake\Database\Schema\TableSchema":7:{s:9:"*_table";s:5:"carts";s:11:"*_columns";a:11:{s:2:"id";a:7:{s:4:"type";s:4:"uuid";s:6:"length";N;s:4:"null";b:0;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;}s:12:"cart_type_id";a:9:{s:4:"type";s:7:"integer";s:6:"length";N;s:8:"unsigned";b:0;s:4:"null";b:0;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;s:13:"autoIncrement";N;}s:10:"session_id";a:8:{s:4:"type";s:6:"string";s:6:"length";i:255;s:4:"null";b:1;s:7:"default";N;s:7:"collate";s:18:"utf8mb3_general_ci";s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;}s:7:"user_id";a:9:{s:4:"type";s:7:"integer";s:6:"length";N;s:8:"unsigned";b:0;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;s:13:"autoIncrement";N;}s:12:"user_id_uuid";a:7:{s:4:"type";s:4:"uuid";s:6:"length";N;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;}s:7:"created";a:8:{s:4:"type";s:8:"datetime";s:6:"length";N;s:9:"precision";N;s:4:"null";b:0;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:8:"onUpdate";N;}s:8:"modified";a:8:{s:4:"type";s:8:"datetime";s:6:"length";N;s:9:"precision";N;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:8:"onUpdate";N;}s:7:"deleted";a:8:{s:4:"type";s:8:"datetime";s:6:"length";N;s:9:"precision";N;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:8:"onUpdate";N;}s:7:"removed";a:8:{s:4:"type";s:8:"datetime";s:6:"length";N;s:9:"precision";N;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:8:"onUpdate";N;}s:17:"removed_reason_id";a:9:{s:4:"type";s:7:"integer";s:6:"length";N;s:8:"unsigned";b:0;s:4:"null";b:1;s:7:"default";N;s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;s:13:"autoIncrement";N;}s:9:"num_items";a:9:{s:4:"type";s:7:"integer";s:6:"length";N;s:8:"unsigned";b:0;s:4:"null";b:0;s:7:"default";s:1:"0";s:7:"comment";s:0:"";s:8:"baseType";N;s:9:"precision";N;s:13:"autoIncrement";N;}}s:11:"*_typeMap";a:11:{s:2:"id";s:4:"uuid";s:12:"cart_type_id";s:7:"integer";s:10:"session_id";s:6:"string";s:7:"user_id";s:7:"integer";s:12:"user_id_uuid";s:4:"uuid";s:7:"created";s:8:"datetime";s:8:"modified";s:8:"datetime";s:7:"deleted";s:8:"datetime";s:7:"removed";s:8:"datetime";s:17:"removed_reas