コード例 #1
0
ファイル: Table.php プロジェクト: splitice/radical-db
 static function exists()
 {
     return \Radical\DB::tableExists(static::TABLE);
 }