SQLite format 3@  -  c . _ ]Hc  11ktableoauth_applicationsoauth_applicationsCREATE TABLE "oauth_applications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "uid" varchar(255) NOT NULL, "secret" varchar(255) NOT NULL, "redirect_uri" varchar(2048) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "owner_id" integer, "owner_type" varchar(255), "scopes" varchar(255) DEFAULT '' NOT NULL)Gs1windexindex_oauth_applications_on_owner_id_and_owner_typeoauth_applicationsCREATE INDEX "index_oauth_applications_on_owner_id_and_owner_type" ON "oauth_applications" ("owner_id", "owner_type") x11tableoauth_applicationsoauth_applicationsCREATE TABLE "oauth_applications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "uid" varchar(255) NOT NULL, "secret" varchar(255) NOT NULL, "redirect_uri" varchar(2048) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "owner_id" integer, "owner_type" varchar(255))5 a3cindexindex_oauth_access_tokens_on_refresh_tokenoauth_access_tokens CREATE UNIQUE INDEX "index_oauth_access_tokens_on_refresh_token" ON "oauth_access_tokens" ("refresh_token"): i3eindexindex_oauth_access_tokens_on_resource_owner_idoauth_access_tokens CREATE INDEX "index_oauth_access_tokens_on_resource_owner_id" ON "oauth_access_tokens" ("resource_owner_id") Q3Cindexindex_oauth_access_tokens_on_tokenoauth_access_tokens CREATE UNIQUE INDEX "index_oauth_access_tokens_on_token" ON "oauth_access_tokens" ("token")_ 33etableoauth_access_tokensoauth_access_tokens CREATE TABLE "oauth_access_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_owner_id" integer, "application_id" integer, "token" varchar(255) NOT NULL, "refresh_token" varchar(255), "expires_in" integer, "revoked_at" datetime, "created_at" datetime NOT NULL, "scopes" varchar(255))Q3Cindexindex_oauth_access_grants_on_tokenoauth_access_grants CREATE UNIQUE INDEX "index_oauth_access_grants_on_token" ON "oauth_access_grants" ("token")33-tableoauth_access_grantsoauth_access_grantsCREATE TABLE "oauth_access_grants" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_owner_id" integer NOT NULL, "application_id" integer NOT NULL, "token" varchar(255) NOT NULL, "expires_in" integer NOT NULL, "redirect_uri" varchar(2048) NOT NULL, "created_at" datetime NOT NULL, "revoked_at" datetime, "scopes" varchar(255))N117tableoauth_applicationsoauth_applicationsCREATE TABLE "oauth_applications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NNs1windexindex_oauth_applications_on_owner_id_K17indexindex_oauth_applications_on_uidoauth_applicationsCREATE UNIQUE INDEX "index_oauth_applications_on_uid" ON "oauth_applications" ("uid")KutableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "password" varchar(255))P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)CtableusersusersCK17indexindex_oauth_applications_on_uidoauth_applicationsCREATE UNIQUE INDEX "index_oauth_applications_on_uid" ON "oauth_applications" ("uid")=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) )20141209001746)20130902175349)20130902165751)20120312140401)20111122132257 )20141209001746)20130902175349)20130902165751)20120312140401) 20111122132257