Lines Matching refs:DB
22 use Fisharebest\Webtrees\DB; alias
36 if (!DB::schema()->hasTable('place_location')) {
37 DB::schema()->create('place_location', static function (Blueprint $table): void {
53 if (DB::driverName() === DB::SQL_SERVER) {
60 … DB::schema()->table('place_location', static function (Blueprint $table) use ($action): void {
71 if (DB::schema()->hasTable('placelocation')) {
72 if (DB::driverName() === DB::MYSQL) {
73 DB::table('placelocation')
82 DB::table('placelocation AS pl1')
90 DB::table('placelocation')
101 DB::schema()->table('placelocation', static function (Blueprint $table): void {
108 DB::table('placelocation')
116 $row = DB::table('placelocation')
130 DB::table('placelocation')
135 DB::table('placelocation')
141 $select1 = DB::table('placelocation')
155 $select2 = DB::table('placelocation')
169 DB::table('place_location')
172 DB::table('place_location')
177 DB::schema()->drop('placelocation');
182 DB::table('place_location')