Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Primary key default value missing in schema dump #156

Open
felixbuenemann opened this issue Jun 16, 2014 · 0 comments
Open

Primary key default value missing in schema dump #156

felixbuenemann opened this issue Jun 16, 2014 · 0 comments
Labels

Comments

@felixbuenemann
Copy link

The default value for primary keys is lost when dumping the schema with schema_plug 1.5.1 and rails 4.1.2rc1 in a project that uses uuids:

-  create_table "assets", id: :uuid, default: "uuid_generate_v4()", force: true do |t|
+  create_table "assets", id: :uuid, force: true do |t|
@ronen ronen added the bug label Aug 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants