bmcn99
bmcn99
My current relationship using compoships works well: ``` return $this->belongsTo('App\Models\PizzaPrice', ['pizza_id', 'size_id'], ['pizza_id', 'size_id']); ``` but after updating to 2.1.3 and altering it to use: ``` return $this->belongsTo('App\Models\PizzaPrice', ['pizza_id', DB::raw('size_id')],...
The following command: ```sql ALTER TABLE orders ADD COLUMN `n_deleted_at` timestamp AS (COALESCE(deleted_at, '1980-01-01')) VIRTUAL; ``` Produces the sql-parser error "Missing comma before start of a new alter operation. (near...
I've installed BigList and followed the 'Migrate from FlatList' guide, after which the component looks like this: ``` console.log('about to try to use biglist'); // This shows up { console.log('WITHIN...
Version 0.0.7 Testing on Android (Nexus 5X Api 28 x86 Emulator, and Samsung A5 real phone) Once you click on the enter text button and start typing text you have...
Version 0.0.7 Testing on Android (Nexus 5X Api 28 x86 Emulator, and Samsung A5 real phone) I tried to clone the project from git here and run the example so...