Select Language

Open Dataset

データベース移行

データベース移行

178.47M
241 hits
0 likes
0 downloads
0 discuss
Business,Computer Science,Programming Classification

Data Structure ? 178.47M

    Data Structure ?

    *The above analysis is the result extracted and analyzed by the system, and the specific actual data shall prevail.

    README.md

    # Laravelのデータベースマイグレーション PHPフレームワークのLaravelには、開発者がプログラムでデータベーステーブルを作成できる「マイグレーション」という概念があります。典型的なファイルは次のようになります。 increments('id'); $table->string('name'); $table->string('email')->unique(); $table->timestamp('email_verified_at')->nullable(); $table->string('password'); $table->rememberToken(); $table->timestamps(); }); } /** * マイグレーションを元に戻す。 * * @return void */ public function down() { Schema::dropIfExists('users'); } } GitHubから約30万のこのようなファイルを収集することで、使用されているデータ型と命名規則を分析する目的でこのデータセットが作成されました。 ## 列 * user: GitHubのユーザー名 * repo: リポジトリ名 * filename: ファイル名 * table: Schema::create('table_name' ... から抽出された作成対象のテーブル * column_data_type: $table->string('name'); から抽出された列のデータ型 * column_name: $table->string('name'); から抽出された列名 ## リソース データは[このリポジトリ][1]を使用して収集され、[このリポジトリ][2]を使用して変換されました。明らかに、収集されたメタデータは多くの情報を捉えていませんが、それでも始まりです。*オリジナル*のファイル(Laravel 5+から始まる)のダンプは[ここ][3]で見つけることができます。 ## ありがとうございます すべてのKaggleの啓発者、特に@brainmaniacに感謝します。このデータセットを改善または拡張する方法についてあなたのアイデアを共有してください(これは私の初めてのデータセットです)。 [1]: https://github.com/ajthinking/github-selective-scraper [2]: https://github.com/ajthinking/migration-analysis [3]: https://drive.google.com/open?id=1e9Dnr17XXRCRl5E7dv-i-4sxemCqhssB
    ×

    The dataset is currently being organized and other channels have been prepared for you. Please use them

    The dataset is currently being organized and other channels have been prepared for you. Please use them

    Note: Some data is currently being processed and cannot be directly downloaded. We kindly ask for your understanding and support.
    No content available at the moment
    No content available at the moment
    • Share your thoughts
    Go share your ideas~~

    ALL

      Welcome to exchange and share
      Your sharing can help others better utilize data.
    Points:0 Go earn points?
    • 241
    • 0
    • 0
    • collect
    • Share